#include <PubSubLobby.h>
Public Member Functions | |
| bool | operator< (const ChildEntry c) const |
| bool | operator== (const ChildEntry c) const |
| bool | operator== (const NodeHandle n) const |
| bool | operator== (const TransportAddress n) const |
Public Attributes | |
| NodeHandle | handle |
| int | ressources |
| std::set< int > | dutySet |
Definition at line 56 of file PubSubLobby.h.
| bool PubSubLobby::PubSubLobby::ChildEntry::operator< | ( | const ChildEntry | c | ) | const [inline] |
| bool PubSubLobby::PubSubLobby::ChildEntry::operator== | ( | const TransportAddress | n | ) | const [inline] |
| bool PubSubLobby::PubSubLobby::ChildEntry::operator== | ( | const NodeHandle | n | ) | const [inline] |
| bool PubSubLobby::PubSubLobby::ChildEntry::operator== | ( | const ChildEntry | c | ) | const [inline] |
| std::set<int> PubSubLobby::PubSubLobby::ChildEntry::dutySet |
Definition at line 60 of file PubSubLobby.h.
Referenced by PubSubLobby::failedNode(), PubSubLobby::handleHelpCall(), PubSubLobby::handleHelpReleaseMessage(), PubSubLobby::handleJoin(), and PubSubLobby::handleRespCall().
| NodeHandle PubSubLobby::PubSubLobby::ChildEntry::handle |
Definition at line 58 of file PubSubLobby.h.
Referenced by PubSubLobby::handleHelpCall(), PubSubLobby::handleJoin(), PubSubLobby::handleRespCall(), operator<<(), and PubSubLobby::PubSubLobby::ChildEntry::operator==().
| int PubSubLobby::PubSubLobby::ChildEntry::ressources |
Definition at line 59 of file PubSubLobby.h.
Referenced by PubSubLobby::failedNode(), PubSubLobby::handleHelpCall(), PubSubLobby::handleHelpReleaseMessage(), PubSubLobby::handleJoin(), PubSubLobby::handleRespCall(), PubSubLobby::PubSubLobby::ChildEntry::operator<(), and operator<<().
1.5.8