![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtReserveNameCbInfo are used for providing a callback when the RTI reports a name has been registered This class is a helper class to DtReserveNameCbList. More...
Collaboration diagram for DtReserveNameCbInfo:Public Member Functions | |
| DtReserveNameCbInfo (DtReserveNameCb cb, void *usr) | |
| constructor More... | |
| virtual | ~DtReserveNameCbInfo () |
| destructor More... | |
| DtReserveNameCbInfo (const DtReserveNameCbInfo &orig) | |
| copy constructor More... | |
| DtReserveNameCbInfo & | operator= (const DtReserveNameCbInfo &orig) |
| assignment operator More... | |
| virtual int | match (const DtReserveNameCbInfo *const other) const |
| Check whether one callback info is equal to another. More... | |
| virtual int | operator== (const DtReserveNameCbInfo &other) const |
| Check whether one callback info is equal to another. More... | |
| virtual const DtReserveNameCb & | cbFunction () const |
| Get the callback function. More... | |
| virtual void * | userData () const |
| Get the user data. More... | |
Protected Attributes | |
| DtReserveNameCb | myFunc |
| void * | myUsr |
Instances of DtReserveNameCbInfo are used for providing a callback when the RTI reports a name has been registered This class is a helper class to DtReserveNameCbList.
| DtReserveNameCbInfo::DtReserveNameCbInfo | ( | DtReserveNameCb | cb, |
| void * | usr | ||
| ) |
constructor
|
virtual |
destructor
| DtReserveNameCbInfo::DtReserveNameCbInfo | ( | const DtReserveNameCbInfo & | orig | ) |
copy constructor
|
inlinevirtual |
Get the callback function.
References myFunc.
|
virtual |
Check whether one callback info is equal to another.
| DtReserveNameCbInfo& DtReserveNameCbInfo::operator= | ( | const DtReserveNameCbInfo & | 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().