![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtConnectionLostCbInfo are used for providing a callback when the RTI reports a connection has been lost This class is a helper class to DtConnectionLostCbList. More...
Collaboration diagram for DtConnectionLostCbInfo:Public Member Functions | |
| DtConnectionLostCbInfo (DtConnectionLostCb cb, void *usr) | |
| constructor | |
| virtual | ~DtConnectionLostCbInfo () |
| destructor | |
| DtConnectionLostCbInfo (const DtConnectionLostCbInfo &orig) | |
| copy constructor | |
| DtConnectionLostCbInfo & | operator= (const DtConnectionLostCbInfo &orig) |
| assignment operator | |
| virtual int | match (const DtConnectionLostCbInfo *const other) const |
| Check whether one callback info is equal to another. | |
| virtual int | operator== (const DtConnectionLostCbInfo &other) const |
| Check whether one callback info is equal to another. | |
| virtual const DtConnectionLostCb & | cbFunction () const |
| Get the callback function. | |
| virtual void * | userData () const |
| Get the user data. | |
Protected Attributes | |
| DtConnectionLostCb | myFunc |
| void * | myUsr |
Instances of DtConnectionLostCbInfo are used for providing a callback when the RTI reports a connection has been lost This class is a helper class to DtConnectionLostCbList.
| DtConnectionLostCbInfo::DtConnectionLostCbInfo | ( | DtConnectionLostCb | cb, |
| void * | usr | ||
| ) |
constructor
| virtual DtConnectionLostCbInfo::~DtConnectionLostCbInfo | ( | ) | [virtual] |
destructor
| DtConnectionLostCbInfo::DtConnectionLostCbInfo | ( | const DtConnectionLostCbInfo & | orig | ) |
copy constructor
| const DtConnectionLostCb & DtConnectionLostCbInfo::cbFunction | ( | ) | const [inline, virtual] |
Get the callback function.
References myFunc.
| virtual int DtConnectionLostCbInfo::match | ( | const DtConnectionLostCbInfo *const | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| DtConnectionLostCbInfo& DtConnectionLostCbInfo::operator= | ( | const DtConnectionLostCbInfo & | orig | ) |
assignment operator
| virtual int DtConnectionLostCbInfo::operator== | ( | const DtConnectionLostCbInfo & | other | ) | const [virtual] |
Check whether one callback info is equal to another.
| void * DtConnectionLostCbInfo::userData | ( | ) | const [inline, virtual] |
Get the user data.
References myUsr.
DtConnectionLostCb DtConnectionLostCbInfo::myFunc [protected] |
Referenced by cbFunction().
void* DtConnectionLostCbInfo::myUsr [protected] |
Referenced by userData().