![]() |
VR-Link API Documentation for HLA 1516
|
Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in the federation. More...
Collaboration diagram for DtObjectReflectAttributeValuesCbInfo:Public Member Functions | |
| DtObjectReflectAttributeValuesCbInfo () | |
| Default constructor. | |
| DtObjectReflectAttributeValuesCbInfo (DtObjectReflectAttributeValuesCb cb, void *usr) | |
| Constructor. | |
| virtual | ~DtObjectReflectAttributeValuesCbInfo () |
| Destructor. | |
| DtObjectReflectAttributeValuesCbInfo (const DtObjectReflectAttributeValuesCbInfo &src) | |
| Copy constructor. | |
| DtObjectReflectAttributeValuesCbInfo & | operator= (const DtObjectReflectAttributeValuesCbInfo &src) |
| Assignment operator. | |
| virtual bool | operator== (const DtObjectReflectAttributeValuesCbInfo &rhs) const |
| Overloaded comparison operators... | |
| virtual bool | operator!= (const DtObjectReflectAttributeValuesCbInfo &rhs) const |
| virtual bool | match (const DtObjectReflectAttributeValuesCbInfo *const rhs) const |
| Check whether one callback info is equal to another. | |
| void | setCbFunction (const DtObjectReflectAttributeValuesCb &cb) |
| Set/Get the callback function. | |
| const DtObjectReflectAttributeValuesCb & | cbFunction () const |
| void | setUserData (void *usr) |
| Set/Get the user data. | |
| void * | userData () const |
| void | setCount (int val) |
| Set/Get the special flag. | |
| int | count () const |
Protected Attributes | |
| DtObjectReflectAttributeValuesCb | myFunc |
| void * | myUsr |
| int | myCount |
Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in the federation.
| DtObjectReflectAttributeValuesCbInfo::DtObjectReflectAttributeValuesCbInfo | ( | ) |
Default constructor.
| DtObjectReflectAttributeValuesCbInfo::DtObjectReflectAttributeValuesCbInfo | ( | DtObjectReflectAttributeValuesCb | cb, |
| void * | usr | ||
| ) |
Constructor.
|
virtual |
Destructor.
| DtObjectReflectAttributeValuesCbInfo::DtObjectReflectAttributeValuesCbInfo | ( | const DtObjectReflectAttributeValuesCbInfo & | src | ) |
Copy constructor.
|
inline |
|
inline |
|
virtual |
Check whether one callback info is equal to another.
|
virtual |
| DtObjectReflectAttributeValuesCbInfo& DtObjectReflectAttributeValuesCbInfo::operator= | ( | const DtObjectReflectAttributeValuesCbInfo & | 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 |