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
DtConnectionLostCbInfo Class Reference

Instances of DtConnectionLostCbInfo are used for providing a callback when the RTI reports a connection has been lost This class is a helper class to DtConnectionLostCbList. More...

+ Collaboration diagram for DtConnectionLostCbInfo:

Public Member Functions

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

Protected Attributes

DtConnectionLostCb myFunc
 
void * myUsr
 

Detailed Description

Instances of DtConnectionLostCbInfo are used for providing a callback when the RTI reports a connection has been lost This class is a helper class to DtConnectionLostCbList.

Constructor & Destructor Documentation

DtConnectionLostCbInfo::DtConnectionLostCbInfo ( DtConnectionLostCb  cb,
void *  usr 
)

constructor

virtual DtConnectionLostCbInfo::~DtConnectionLostCbInfo ( )
virtual

destructor

DtConnectionLostCbInfo::DtConnectionLostCbInfo ( const DtConnectionLostCbInfo orig)

copy constructor

Member Function Documentation

const DtConnectionLostCb & DtConnectionLostCbInfo::cbFunction ( ) const
inlinevirtual

Get the callback function.

References myFunc.

virtual int DtConnectionLostCbInfo::match ( const DtConnectionLostCbInfo *const  other) const
virtual

Check whether one callback info is equal to another.

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

assignment operator

virtual int DtConnectionLostCbInfo::operator== ( const DtConnectionLostCbInfo other) const
virtual

Check whether one callback info is equal to another.

void * DtConnectionLostCbInfo::userData ( ) const
inlinevirtual

Get the user data.

References myUsr.

Member Data Documentation

DtConnectionLostCb DtConnectionLostCbInfo::myFunc
protected

Referenced by cbFunction().

void* DtConnectionLostCbInfo::myUsr
protected

Referenced by userData().


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

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)