VR-Link API Documentation for HLA 1516
Public Member Functions | Protected Attributes
DtReflectedObjectCallbackInfo Class Reference

Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback. More...

+ Inheritance diagram for DtReflectedObjectCallbackInfo:
+ Collaboration diagram for DtReflectedObjectCallbackInfo:

List of all members.

Public Member Functions

 DtReflectedObjectCallbackInfo ()
 default constructor
 DtReflectedObjectCallbackInfo (DtReflectedObjectCallbackFunction cb, void *userData)
 constructor
virtual ~DtReflectedObjectCallbackInfo ()
 destructor
 DtReflectedObjectCallbackInfo (const DtReflectedObjectCallbackInfo &orig)
 copy constructor
DtReflectedObjectCallbackInfooperator= (const DtReflectedObjectCallbackInfo &orig)
 assignment operator
int operator== (const DtReflectedObjectCallbackInfo &orig) const
 equality operators
int operator!= (const DtReflectedObjectCallbackInfo &orig) const
virtual void setCallbackFunction (DtReflectedObjectCallbackFunction funct)
 Set/get the callback function.
virtual
DtReflectedObjectCallbackFunction 
callbackFunction () const
virtual void setUserData (void *data)
 Set/get the user data.
virtual void * userData () const

Protected Attributes

DtReflectedObjectCallbackFunction myCallbackFunction
void * myUserData

Detailed Description

Instances of DtReflectedObjectCallbackInfo are used to contain the function and user data associated with a DtReflectedObject callback.


Constructor & Destructor Documentation

default constructor

constructor

destructor

copy constructor


Member Function Documentation

int DtReflectedObjectCallbackInfo::operator!= ( const DtReflectedObjectCallbackInfo orig) const
DtReflectedObjectCallbackInfo& DtReflectedObjectCallbackInfo::operator= ( const DtReflectedObjectCallbackInfo orig)

assignment operator

int DtReflectedObjectCallbackInfo::operator== ( const DtReflectedObjectCallbackInfo orig) const

equality operators

Set/get the callback function.

virtual void DtReflectedObjectCallbackInfo::setUserData ( void *  data) [virtual]

Set/get the user data.

virtual void* DtReflectedObjectCallbackInfo::userData ( ) const [virtual]

Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)