#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 75 of file BroadcastMgr.h. 00075 {}
|
|
|
Definition at line 76 of file BroadcastMgr.h. 00076 { this->id = id; }
|
|
|
Definition at line 77 of file BroadcastMgr.h. 00077 {}
|
|
|
Definition at line 79 of file BroadcastMgr.h. 00079 { return id; }
|
|
|
Definition at line 80 of file BroadcastMgr.h. References id. 00080 { return id == b.id; }
|
|
|
Definition at line 83 of file BroadcastMgr.h. Referenced by BroadcastMgr::recvBroadcast(), BroadcastMgr::subscribe(), and BroadcastMgr::unsubscribe(). |
|
|
Definition at line 81 of file BroadcastMgr.h. Referenced by operator==(). |
|
|
Definition at line 84 of file BroadcastMgr.h. Referenced by BroadcastMgr::getbuf(), BroadcastMgr::recvBroadcast(), BroadcastMgr::subscribe(), and BroadcastMgr::unsubscribe(). |
1.3.9.1