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
virtual ~DtConnectionLostCbInfo ()
 destructor
 DtConnectionLostCbInfo (const DtConnectionLostCbInfo &orig)
 copy constructor
DtConnectionLostCbInfooperator= (const DtConnectionLostCbInfo &orig)
 assignment operator
virtual int match (const DtConnectionLostCbInfo *const other) const
 Check whether one callback info is equal to another.
virtual int operator== (const DtConnectionLostCbInfo &other) const
 Check whether one callback info is equal to another.
virtual const DtConnectionLostCbcbFunction () const
 Get the callback function.
virtual void * userData () const
 Get the user data.

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 Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)