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

Instances of DtRemoveObjectCbInfo are used for providing a callback when an object has been removed from the federation or no longer meets the interest criteria of the federate. More...

+ Collaboration diagram for DtRemoveObjectCbInfo:

List of all members.

Public Member Functions

 DtRemoveObjectCbInfo ()
 Default constructor.
 DtRemoveObjectCbInfo (DtRemoveObjectCb cb, void *usr)
 Constructor.
virtual ~DtRemoveObjectCbInfo ()
 Destructor.
 DtRemoveObjectCbInfo (const DtRemoveObjectCbInfo &src)
 Copy constructor.
DtRemoveObjectCbInfooperator= (const DtRemoveObjectCbInfo &src)
 Assignment operator.
virtual bool operator== (const DtRemoveObjectCbInfo &rhs) const
 Overloaded comparison operators...
virtual bool operator!= (const DtRemoveObjectCbInfo &rhs) const
virtual bool match (const DtRemoveObjectCbInfo *const rhs) const
 Check whether one callback info is equal to another.
void setCbFunction (const DtRemoveObjectCb &cb)
 Set/Get the callback function.
const DtRemoveObjectCbcbFunction () 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

DtRemoveObjectCb myFunc
void * myUsr
int myCount

Detailed Description

Instances of DtRemoveObjectCbInfo are used for providing a callback when an object has been removed from the federation or no longer meets the interest criteria of the federate.

This class is a helper class to DtRemoveObjectCbList.


Constructor & Destructor Documentation

Default constructor.

Constructor.

Destructor.

Copy constructor.


Member Function Documentation

int DtRemoveObjectCbInfo::count ( ) const [inline]
virtual bool DtRemoveObjectCbInfo::match ( const DtRemoveObjectCbInfo *const  rhs) const [virtual]

Check whether one callback info is equal to another.

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

Assignment operator.

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

Overloaded comparison operators...

Set/Get the callback function.

void DtRemoveObjectCbInfo::setCount ( int  val) [inline]

Set/Get the special flag.

void DtRemoveObjectCbInfo::setUserData ( void *  usr) [inline]

Set/Get the user data.

void* DtRemoveObjectCbInfo::userData ( ) const [inline]

Member Data Documentation

void* DtRemoveObjectCbInfo::myUsr [protected]

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)