NAMD
|
#include <BroadcastMgr.h>
Public Member Functions | |
TaggedMsg () | |
TaggedMsg (int t) | |
TaggedMsg (int t, int s, int c, void *m) | |
~TaggedMsg () | |
int | hash () const |
int | operator== (const TaggedMsg &tm) const |
Public Attributes | |
int | tag |
int | counter |
int | msgSize |
char | msg [BCASTMSGSIZE] |
Definition at line 55 of file BroadcastMgr.h.
|
inline |
Definition at line 57 of file BroadcastMgr.h.
|
inline |
Definition at line 58 of file BroadcastMgr.h.
|
inline |
|
inline |
Definition at line 61 of file BroadcastMgr.h.
|
inline |
|
inline |
int TaggedMsg::counter |
Definition at line 64 of file BroadcastMgr.h.
Referenced by BroadcastMgr::getbuf().
char TaggedMsg::msg[BCASTMSGSIZE] |
Definition at line 66 of file BroadcastMgr.h.
Referenced by BroadcastMgr::getbuf(), and TaggedMsg().
int TaggedMsg::msgSize |
Definition at line 65 of file BroadcastMgr.h.
Referenced by BroadcastMgr::getbuf().
int TaggedMsg::tag |
Definition at line 63 of file BroadcastMgr.h.
Referenced by hash(), and operator==().