#include <KBRTestApp.h>
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 |
KBRTestApp::MsgHandle::MsgHandle | ( | void | ) | [inline] |
00055 : 00056 key(OverlayKey::UNSPECIFIED_KEY), seqNum(-1) {}; MsgHandle(const OverlayKey& key, int seqNum) :
KBRTestApp::MsgHandle::MsgHandle | ( | const OverlayKey & | key, | |
int | seqNum | |||
) | [inline] |
bool KBRTestApp::MsgHandle::operator== | ( | const MsgHandle & | rhs | ) | const [inline] |