10 #ifndef DtObjectReflectAttributeValuesCbInfo_H_
11 #define DtObjectReflectAttributeValuesCbInfo_H_
70 inline void*
userData()
const {
return myUsr; }
73 inline void setCount(
int val ) { myCount = val; }
74 inline int count()
const {
return myCount; }
DtObjectReflectAttributeValuesCb myFunc
Definition: objectReflectAttributeValuesCbInfo.h:77
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
void(* DtObjectReflectAttributeValuesCb)(const DtStateMsg &msg, DtHlaObject *obj, void *usr)
Object reflect attribute values callback signature.
Definition: objectReflectAttributeValuesCbInfo.h:23
void setUserData(void *usr)
Set/Get the user data.
Definition: objectReflectAttributeValuesCbInfo.h:69
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
int count() const
Definition: objectReflectAttributeValuesCbInfo.h:74
Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change ...
Definition: objectReflectAttributeValuesCbInfo.h:30
const DtObjectReflectAttributeValuesCb & cbFunction() const
Definition: objectReflectAttributeValuesCbInfo.h:63
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
void setCount(int val)
Set/Get the special flag.
Definition: objectReflectAttributeValuesCbInfo.h:73
int myCount
Definition: objectReflectAttributeValuesCbInfo.h:79
void * myUsr
Definition: objectReflectAttributeValuesCbInfo.h:78
void * userData() const
Definition: objectReflectAttributeValuesCbInfo.h:70
void setCbFunction(const DtObjectReflectAttributeValuesCb &cb)
Set/Get the callback function.
Definition: objectReflectAttributeValuesCbInfo.h:59
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
class DtStateMsg:
Definition: stateMsgHLA.h:32