![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtRemoveObjectCbInfo are used for providing a callback when an object has been removed from the federation or no longer meets the interest criteria of the federate. More...
Collaboration diagram for DtRemoveObjectCbInfo:Public Member Functions | |
| DtRemoveObjectCbInfo () | |
| Default constructor. More... | |
| DtRemoveObjectCbInfo (DtRemoveObjectCb cb, void *usr) | |
| Constructor. More... | |
| virtual | ~DtRemoveObjectCbInfo () |
| Destructor. More... | |
| DtRemoveObjectCbInfo (const DtRemoveObjectCbInfo &src) | |
| Copy constructor. More... | |
| DtRemoveObjectCbInfo & | operator= (const DtRemoveObjectCbInfo &src) |
| Assignment operator. More... | |
| virtual bool | operator== (const DtRemoveObjectCbInfo &rhs) const |
| Overloaded comparison operators... More... | |
| virtual bool | operator!= (const DtRemoveObjectCbInfo &rhs) const |
| virtual bool | match (const DtRemoveObjectCbInfo *const rhs) const |
| Check whether one callback info is equal to another. More... | |
| void | setCbFunction (const DtRemoveObjectCb &cb) |
| Set/Get the callback function. More... | |
| const DtRemoveObjectCb & | cbFunction () const |
| void | setUserData (void *usr) |
| Set/Get the user data. More... | |
| void * | userData () const |
| void | setCount (int val) |
| Set/Get the special flag. More... | |
| int | count () const |
Protected Attributes | |
| DtRemoveObjectCb | myFunc |
| void * | myUsr |
| int | myCount |
Instances of DtRemoveObjectCbInfo are used for providing a callback when an object has been removed from the federation or no longer meets the interest criteria of the federate.
This class is a helper class to DtRemoveObjectCbList.
| DtRemoveObjectCbInfo::DtRemoveObjectCbInfo | ( | ) |
Default constructor.
| DtRemoveObjectCbInfo::DtRemoveObjectCbInfo | ( | DtRemoveObjectCb | cb, |
| void * | usr | ||
| ) |
Constructor.
|
virtual |
Destructor.
| DtRemoveObjectCbInfo::DtRemoveObjectCbInfo | ( | const DtRemoveObjectCbInfo & | src | ) |
Copy constructor.
|
inline |
|
inline |
|
virtual |
Check whether one callback info is equal to another.
|
virtual |
| DtRemoveObjectCbInfo& DtRemoveObjectCbInfo::operator= | ( | const DtRemoveObjectCbInfo & | src | ) |
Assignment operator.
|
virtual |
Overloaded comparison operators...
|
inline |
Set/Get the callback function.
|
inline |
Set/Get the special flag.
|
inline |
Set/Get the user data.
|
inline |
|
protected |
|
protected |
|
protected |