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

Instances of DtReserveNameCbInfo are used for providing a callback when the RTI reports a name has been registered This class is a helper class to DtReserveNameCbList. More...

+ Collaboration diagram for DtReserveNameCbInfo:

List of all members.

Public Member Functions

 DtReserveNameCbInfo (DtReserveNameCb cb, void *usr)
 constructor
virtual ~DtReserveNameCbInfo ()
 destructor
 DtReserveNameCbInfo (const DtReserveNameCbInfo &orig)
 copy constructor
DtReserveNameCbInfooperator= (const DtReserveNameCbInfo &orig)
 assignment operator
virtual int match (const DtReserveNameCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtReserveNameCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const DtReserveNameCbcbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

Protected Attributes

DtReserveNameCb myFunc
void * myUsr

Detailed Description

Instances of DtReserveNameCbInfo are used for providing a callback when the RTI reports a name has been registered This class is a helper class to DtReserveNameCbList.


Constructor & Destructor Documentation

constructor

destructor

copy constructor


Member Function Documentation

const DtReserveNameCb & DtReserveNameCbInfo::cbFunction ( ) const [inline, virtual]

Get the callback function.

References myFunc.

virtual int DtReserveNameCbInfo::match ( const DtReserveNameCbInfo *const  other) const [virtual]

Check whether one callback info is equal to another.

DtReserveNameCbInfo& DtReserveNameCbInfo::operator= ( const DtReserveNameCbInfo orig)

assignment operator

virtual int DtReserveNameCbInfo::operator== ( const DtReserveNameCbInfo other) const [virtual]

Check whether one callback info is equal to another.

void * DtReserveNameCbInfo::userData ( ) const [inline, virtual]

Get the user data.

References myUsr.


Member Data Documentation

Referenced by cbFunction().

void* DtReserveNameCbInfo::myUsr [protected]

Referenced by userData().


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)