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