#include <BroadcastMgr.h>
Public Member Functions | |
BOID () | |
BOID (int id) | |
~BOID () | |
int | hash () const |
int | operator== (const BOID &b) const |
Public Attributes | |
int | id |
UniqueSet< BroadcastClientElem > * | broadcastSet |
UniqueSet< TaggedMsg > * | taggedMsg |
Definition at line 73 of file BroadcastMgr.h.
BOID::BOID | ( | ) | [inline] |
Definition at line 75 of file BroadcastMgr.h.
BOID::BOID | ( | int | id | ) | [inline] |
Definition at line 76 of file BroadcastMgr.h.
00076 { this->id = id; }
BOID::~BOID | ( | ) | [inline] |
Definition at line 77 of file BroadcastMgr.h.
int BOID::hash | ( | ) | const [inline] |
int BOID::operator== | ( | const BOID & | b | ) | const [inline] |
Definition at line 83 of file BroadcastMgr.h.
Referenced by BroadcastMgr::recvBroadcast(), BroadcastMgr::subscribe(), and BroadcastMgr::unsubscribe().
int BOID::id |
Definition at line 81 of file BroadcastMgr.h.
Referenced by hash(), and operator==().
Definition at line 84 of file BroadcastMgr.h.
Referenced by BroadcastMgr::getbuf(), BroadcastMgr::recvBroadcast(), BroadcastMgr::subscribe(), and BroadcastMgr::unsubscribe().