VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | 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:

Public Member Functions

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

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

DtReserveNameCbInfo::DtReserveNameCbInfo ( DtReserveNameCb  cb,
void *  usr 
)

constructor

virtual DtReserveNameCbInfo::~DtReserveNameCbInfo ( )
virtual

destructor

DtReserveNameCbInfo::DtReserveNameCbInfo ( const DtReserveNameCbInfo orig)

copy constructor

Member Function Documentation

const DtReserveNameCb & DtReserveNameCbInfo::cbFunction ( ) const
inlinevirtual

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
inlinevirtual

Get the user data.

References myUsr.

Member Data Documentation

DtReserveNameCb DtReserveNameCbInfo::myFunc
protected

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 Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)