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 Member Functions | Protected Attributes
DtConnectionLostCbList Class Reference

Instances of DtConnectionLostCbList are used to provide a list of callbacks which are called when the RTI's Time Management services are invoked. More...

+ Collaboration diagram for DtConnectionLostCbList:

Public Member Functions

 DtConnectionLostCbList ()
 default constructor
virtual ~DtConnectionLostCbList ()
 destructor
 DtConnectionLostCbList (const DtConnectionLostCbList &orig)
 copy constructor
DtConnectionLostCbListoperator= (const DtConnectionLostCbList &orig)
 assignment operator
virtual int add (DtConnectionLostCb cb, void *usr)
 Add/Remove a start updates callback to/from the list.
virtual int remove (DtConnectionLostCb cb, void *usr)
virtual void clear ()
 Remove all callbacks from the list.
virtual void apply (const std::wstring &theName)
 Callbacks are for a particular inter class handle.

Protected Member Functions

void dtorClear ()
 Remove all callbacks from the list.
void ctorCopyList (const DtConnectionLostCbList &orig)
 Copy another callback list into this inter's callback list.

Protected Attributes

DtList myList

Detailed Description

Instances of DtConnectionLostCbList are used to provide a list of callbacks which are called when the RTI's Time Management services are invoked.

Constructor & Destructor Documentation

DtConnectionLostCbList::DtConnectionLostCbList ( )

default constructor

virtual DtConnectionLostCbList::~DtConnectionLostCbList ( )
virtual

destructor

DtConnectionLostCbList::DtConnectionLostCbList ( const DtConnectionLostCbList orig)

copy constructor

Member Function Documentation

virtual int DtConnectionLostCbList::add ( DtConnectionLostCb  cb,
void *  usr 
)
virtual

Add/Remove a start updates callback to/from the list.

Returns whether add/remove took place.

virtual void DtConnectionLostCbList::apply ( const std::wstring &  theName)
virtual

Callbacks are for a particular inter class handle.

Call any callbacks in the list for the inter class handle for the start updates inter.

virtual void DtConnectionLostCbList::clear ( )
virtual

Remove all callbacks from the list.

void DtConnectionLostCbList::ctorCopyList ( const DtConnectionLostCbList orig)
protected

Copy another callback list into this inter's callback list.

Non-virtual since meant to be called from ctor.

void DtConnectionLostCbList::dtorClear ( )
protected

Remove all callbacks from the list.

Non-virtual, since meant to be called from dtor, otherwise should call clear().

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

assignment operator

virtual int DtConnectionLostCbList::remove ( DtConnectionLostCb  cb,
void *  usr 
)
virtual

Member Data Documentation

DtList DtConnectionLostCbList::myList
protected

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)