![]() |
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 More... | |
| virtual | ~DtConnectionLostCbInfo () |
| destructor More... | |
| DtConnectionLostCbInfo (const DtConnectionLostCbInfo &orig) | |
| copy constructor More... | |
| DtConnectionLostCbInfo & | operator= (const DtConnectionLostCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtConnectionLostCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtConnectionLostCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const DtConnectionLostCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
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 |
destructor
| DtConnectionLostCbInfo::DtConnectionLostCbInfo | ( | const DtConnectionLostCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
virtual |
Check whether one callback info is equal to another.
| DtConnectionLostCbInfo& DtConnectionLostCbInfo::operator= | ( | const DtConnectionLostCbInfo & | orig | ) |
assignment operator
|
virtual |
Check whether one callback info is equal to another.
|
inlinevirtual |
Get the user data.
References myUsr.
|
protected |
Referenced by cbFunction().
|
protected |
Referenced by userData().