#include <RxProtocolReactor.h>
This class implements Iterators for OdRxProtocolReactor objects in OdRxProtocolReactorList instances.
Corresponding C++ library: TD_Root <group OdRx_Classes>
Definition at line 63 of file RxProtocolReactor.h.
◆ done()
virtual bool OdRxProtocolReactorIterator::done |
( |
| ) |
const |
|
pure virtual |
Returns true if and only if the traversal by this Iterator object is complete.
◆ next()
virtual bool OdRxProtocolReactorIterator::next |
( |
| ) |
|
|
pure virtual |
Sets this Iterator object to reference the Reactor object following the current Reactor object.
- Returns
- Returns true if and only if not at the end of the list.
◆ object()
Returns the Reactor object referenced by this Iterator object.
◆ ODRX_DECLARE_MEMBERS()
◆ reactorClass()
virtual OdRxClass* OdRxProtocolReactorIterator::reactorClass |
( |
| ) |
const |
|
pure virtual |
Returns the reactor class type returned by this Iterator object.
◆ start()
virtual void OdRxProtocolReactorIterator::start |
( |
| ) |
|
|
pure virtual |
Sets this Iterator object to reference the Reactor object that it would normally return first.
The documentation for this class was generated from the following file: