#include <ServerChannelManager.h>
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::string > | channels_ |
| std::set< std::string > | availableChannels_ |
Definition at line 63 of file ServerChannelManager.h.
| ServerChannelManager::DestinationLocalEntry::DestinationLocalEntry | ( | unsigned int | localId = 0 |
) |
Definition at line 49 of file ServerChannelManager.cpp.
| unsigned int ServerChannelManager::DestinationLocalEntry::getLocalId | ( | ) | [inline] |
| 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().
unsigned int ServerChannelManager::DestinationLocalEntry::localId_ [protected] |
std::set<std::string> ServerChannelManager::DestinationLocalEntry::channels_ [protected] |
std::set<std::string> ServerChannelManager::DestinationLocalEntry::availableChannels_ [protected] |
1.5.3