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 |
Definition at line 55 of file KBRTestApp.h.
| KBRTestApp::KBRTestApp::MsgHandle::MsgHandle | ( | void | ) | [inline] |
Definition at line 60 of file KBRTestApp.h.
00060 : 00061 key(OverlayKey::UNSPECIFIED_KEY), seqNum(-1) {}; MsgHandle(const OverlayKey& key, int seqNum) :
| KBRTestApp::KBRTestApp::MsgHandle::MsgHandle | ( | const OverlayKey & | key, | |
| int | seqNum | |||
| ) | [inline] |
Definition at line 62 of file KBRTestApp.h.
00062 : 00063 key(key), seqNum(seqNum) {}; bool operator==(const MsgHandle& rhs) const {
| bool KBRTestApp::KBRTestApp::MsgHandle::operator== | ( | const MsgHandle & | rhs | ) | const [inline] |
| OverlayKey KBRTestApp::KBRTestApp::MsgHandle::key |
Definition at line 57 of file KBRTestApp.h.
Referenced by KBRTestApp::KBRTestApp::MsgHandle::operator=(), and KBRTestApp::KBRTestApp::MsgHandle::operator==().
| int KBRTestApp::KBRTestApp::MsgHandle::seqNum |
Definition at line 58 of file KBRTestApp.h.
Referenced by KBRTestApp::KBRTestApp::MsgHandle::operator=(), and KBRTestApp::KBRTestApp::MsgHandle::operator==().
1.5.8