VR-Link API Documentation for HLA Evolved
Public Member Functions | Protected Attributes
DtObjectReflectAttributeValuesCbInfo Class Reference

Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in the federation. More...

+ Collaboration diagram for DtObjectReflectAttributeValuesCbInfo:

List of all members.

Public Member Functions

 DtObjectReflectAttributeValuesCbInfo ()
 Default constructor.
 DtObjectReflectAttributeValuesCbInfo (DtObjectReflectAttributeValuesCb cb, void *usr)
 Constructor.
virtual ~DtObjectReflectAttributeValuesCbInfo ()
 Destructor.
 DtObjectReflectAttributeValuesCbInfo (const DtObjectReflectAttributeValuesCbInfo &src)
 Copy constructor.
DtObjectReflectAttributeValuesCbInfooperator= (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

Detailed Description

Instances of DtReflectAttributeValuesCbInfo are used for providing a callback when attributes change for an object in the federation.


Constructor & Destructor Documentation

Default constructor.

Constructor.

Destructor.

Copy constructor.


Member Function Documentation

virtual bool DtObjectReflectAttributeValuesCbInfo::match ( const DtObjectReflectAttributeValuesCbInfo *const  rhs) const [virtual]

Check whether one callback info is equal to another.

virtual bool DtObjectReflectAttributeValuesCbInfo::operator!= ( const DtObjectReflectAttributeValuesCbInfo rhs) const [virtual]
DtObjectReflectAttributeValuesCbInfo& DtObjectReflectAttributeValuesCbInfo::operator= ( const DtObjectReflectAttributeValuesCbInfo src)

Assignment operator.

virtual bool DtObjectReflectAttributeValuesCbInfo::operator== ( const DtObjectReflectAttributeValuesCbInfo rhs) const [virtual]

Overloaded comparison operators...

Set/Get the callback function.

Set/Get the special flag.

Set/Get the user data.


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)