10 #ifndef DtReflectedObjectCallbackInfo_H_
11 #define DtReflectedObjectCallbackInfo_H_
55 virtual void setUserData(
void* data);
56 virtual void* userData()
const;
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
This file contains the declaration of DtList and DtListItem.
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * myUserData
Definition: reflectedObjectCallbackInfo.h:61
Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated ...
Definition: reflectedObjectCallbackInfo.h:25
This is a base class from which elements of a DtIntrusiveList must be derived.
Definition: vlList.h:158
DtReflectedObjectCallbackFunction myCallbackFunction
Definition: reflectedObjectCallbackInfo.h:60
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
void(* DtReflectedObjectCallbackFunction)(DtReflectedObject *obj, void *userData)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedObjectCallbackInfo.h:19