![]() |
VR-Link API Documentation for HLA 1.3
|
Instances of DtRegControlCbList are used to provide a list of callbacks (DtRegControlCbInfo) which are invoked when a registration control advisory is called by RTI. More...
Collaboration diagram for DtRegControlCbList:Public Member Functions | |
| DtRegControlCbList () | |
| default constructor | |
| virtual | ~DtRegControlCbList () |
| destructor | |
| DtRegControlCbList (const DtRegControlCbList &orig) | |
| copy constructor | |
| DtRegControlCbList & | operator= (const DtRegControlCbList &orig) |
| assignment operator | |
| virtual int | add (RTI::ObjectClassHandle h, DtRegControlCb cb, void *usr) |
| Add/Remove a start updates callback to/from the list. | |
| virtual int | remove (RTI::ObjectClassHandle h, DtRegControlCb cb, void *usr) |
| virtual void | clear () |
| Remove all callbacks from the list. | |
| virtual void | apply (RTI::ObjectClassHandle objectClass) |
| Callbacks are for a particular object class handle. | |
Protected Member Functions | |
| void | dtorClear () |
| Remove all callbacks from the list. | |
| void | ctorCopyList (const DtRegControlCbList &orig) |
| Copy another callback list into this object's callback list. | |
Protected Attributes | |
| DtList | myList |
Instances of DtRegControlCbList are used to provide a list of callbacks (DtRegControlCbInfo) which are invoked when a registration control advisory is called by RTI.
default constructor
| virtual DtRegControlCbList::~DtRegControlCbList | ( | ) | [virtual] |
destructor
| DtRegControlCbList::DtRegControlCbList | ( | const DtRegControlCbList & | orig | ) |
copy constructor
| virtual int DtRegControlCbList::add | ( | RTI::ObjectClassHandle | h, |
| DtRegControlCb | cb, | ||
| void * | usr | ||
| ) | [virtual] |
Add/Remove a start updates callback to/from the list.
Returns whether add/remove took place.
| virtual void DtRegControlCbList::apply | ( | RTI::ObjectClassHandle | objectClass | ) | [virtual] |
Callbacks are for a particular object class handle.
Call any callbacks in the list for the object class handle.
| virtual void DtRegControlCbList::clear | ( | ) | [virtual] |
Remove all callbacks from the list.
| void DtRegControlCbList::ctorCopyList | ( | const DtRegControlCbList & | orig | ) | [protected] |
Copy another callback list into this object's callback list.
Non-virtual, since meant to be called from ctor.
| void DtRegControlCbList::dtorClear | ( | ) | [protected] |
Remove all callbacks from the list.
Non-virtual, since meant to be called from dtor, otherwise should call clear().
| DtRegControlCbList& DtRegControlCbList::operator= | ( | const DtRegControlCbList & | orig | ) |
assignment operator
| virtual int DtRegControlCbList::remove | ( | RTI::ObjectClassHandle | h, |
| DtRegControlCb | cb, | ||
| void * | usr | ||
| ) | [virtual] |
DtList DtRegControlCbList::myList [protected] |