ServerChannelManager::DestinationLocalEntry Class Reference

#include <ServerChannelManager.h>

List of all members.

Public Member Functions

 DestinationLocalEntry (unsigned int localId=0)
unsigned int getLocalId ()
std::set< std::string > & getChannels ()
std::set< std::string > & getAvailableChannels ()

Protected Attributes

unsigned int localId_
std::set< std::stringchannels_
std::set< std::stringavailableChannels_


Detailed Description

Definition at line 63 of file ServerChannelManager.h.


Constructor & Destructor Documentation

ServerChannelManager::DestinationLocalEntry::DestinationLocalEntry ( unsigned int  localId = 0  ) 

Definition at line 49 of file ServerChannelManager.cpp.


Member Function Documentation

unsigned int ServerChannelManager::DestinationLocalEntry::getLocalId (  )  [inline]

Definition at line 68 of file ServerChannelManager.h.

References localId_.

std::set<std::string>& ServerChannelManager::DestinationLocalEntry::getChannels (  )  [inline]

Definition at line 69 of file ServerChannelManager.h.

References channels_.

Referenced by ServerChannelManager::DestinationEntry::getLocalIds(), ServerChannelManager::refreshDestination(), and ServerChannelManager::DestinationEntry::updateChannels().

std::set<std::string>& ServerChannelManager::DestinationLocalEntry::getAvailableChannels (  )  [inline]

Definition at line 70 of file ServerChannelManager.h.

References availableChannels_.

Referenced by ServerChannelManager::refreshDestination().


Member Data Documentation

unsigned int ServerChannelManager::DestinationLocalEntry::localId_ [protected]

Definition at line 73 of file ServerChannelManager.h.

Referenced by getLocalId().

std::set<std::string> ServerChannelManager::DestinationLocalEntry::channels_ [protected]

Definition at line 74 of file ServerChannelManager.h.

Referenced by getChannels().

std::set<std::string> ServerChannelManager::DestinationLocalEntry::availableChannels_ [protected]

Definition at line 75 of file ServerChannelManager.h.

Referenced by getAvailableChannels().


The documentation for this class was generated from the following files:
Generated on Mon Feb 16 15:15:06 2009 for Scorched3D by  doxygen 1.5.3