RTSPServer::ServerMediaSessionIterator Class Reference

#include <RTSPServer.hh>

Collaboration diagram for RTSPServer::ServerMediaSessionIterator:

Collaboration graph
[legend]

Public Member Functions

 ServerMediaSessionIterator (RTSPServer &server)
virtual ~ServerMediaSessionIterator ()
ServerMediaSessionnext ()

Private Attributes

HashTable::IteratorfOurIterator

Detailed Description

Definition at line 272 of file RTSPServer.hh.


Constructor & Destructor Documentation

RTSPServer::ServerMediaSessionIterator::ServerMediaSessionIterator ( RTSPServer server  ) 

Definition at line 1865 of file RTSPServer.cpp.

RTSPServer::ServerMediaSessionIterator::~ServerMediaSessionIterator (  )  [virtual]

Definition at line 1870 of file RTSPServer.cpp.

References fOurIterator.

01870                                                                   {
01871   delete fOurIterator;
01872 }


Member Function Documentation

ServerMediaSession * RTSPServer::ServerMediaSessionIterator::next (  ) 

Definition at line 1874 of file RTSPServer.cpp.

References fOurIterator, HashTable::Iterator::next(), and NULL.

01874                                                                {
01875   if (fOurIterator == NULL) return NULL;
01876 
01877   char const* key; // dummy
01878   return (ServerMediaSession*)(fOurIterator->next(key));
01879 }


Field Documentation

HashTable::Iterator* RTSPServer::ServerMediaSessionIterator::fOurIterator [private]

Definition at line 278 of file RTSPServer.hh.

Referenced by next(), and ~ServerMediaSessionIterator().


The documentation for this class was generated from the following files:
Generated on Mon Apr 29 13:32:34 2013 for live by  doxygen 1.5.2