API Reference > OdRx Classes > OdRxProtocolReactorIterator Class
OdRxProtocolReactorIterator Class
OdRxProtocolReactorIteratorOdRxProtocolReactorIterator
Syntax
C++
class OdRxProtocolReactorIterator : public OdRxObject;

RxProtocolReactor.h

This class implements Iterators for OdRxProtocolReactor objects in OdRxProtocolReactorList instances.

Instances are returned by OdRxProtocolReactorList::newIterator(). 

Corresponding C++ library: TD_Root

 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
next 
Sets this Iterator object to reference the Reactor object following the current Reactor object. 
 
Returns the Reactor object referenced by this Iterator object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxProtocolReactorIterator. 
 
Returns the reactor class type returned by this Iterator object. 
 
Sets this Iterator object to reference the Reactor object that it would normally return first. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.