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...
Instances of DtRegControlCbList are used to provide a list of callbacks (DtRegControlCbInfo) which are invoked when a registration control advisory is called by RTI.
| DtRegControlCbList::DtRegControlCbList |
( |
| ) |
|
| virtual DtRegControlCbList::~DtRegControlCbList |
( |
| ) |
|
|
virtual |
| 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.
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().
| virtual int DtRegControlCbList::remove |
( |
RTI::ObjectClassHandle |
h, |
|
|
DtRegControlCb |
cb, |
|
|
void * |
usr |
|
) |
| |
|
virtual |
| DtList DtRegControlCbList::myList |
|
protected |
The documentation for this class was generated from the following file: