type for storing seen messages in a circular buffer, holds OverlayKey of the sender and SequenceNumber More...
Public Member Functions | |
MsgHandle (void) | |
MsgHandle (const OverlayKey &key, int seqNum) | |
bool | operator== (const MsgHandle &rhs) const |
MsgHandle & | operator= (const MsgHandle &rhs) |
Public Attributes | |
OverlayKey | key |
int | seqNum |
type for storing seen messages in a circular buffer, holds OverlayKey of the sender and SequenceNumber
Definition at line 55 of file KBRTestApp.h.
KBRTestApp::MsgHandle::MsgHandle | ( | void | ) | [inline] |
Definition at line 60 of file KBRTestApp.h.
00061 : key(OverlayKey::UNSPECIFIED_KEY), seqNum(-1) {};
KBRTestApp::MsgHandle::MsgHandle | ( | const OverlayKey & | key, | |
int | seqNum | |||
) | [inline] |
Definition at line 62 of file KBRTestApp.h.
Definition at line 67 of file KBRTestApp.h.
bool KBRTestApp::MsgHandle::operator== | ( | const MsgHandle & | rhs | ) | const [inline] |
Definition at line 64 of file KBRTestApp.h.
Definition at line 57 of file KBRTestApp.h.
Referenced by operator=(), and operator==().
Definition at line 58 of file KBRTestApp.h.
Referenced by operator=(), and operator==().