API Reference > OdRx Classes > OdRxProtocolReactorListIterator Class
OdRxProtocolReactorListIterator Class
OdRxProtocolReactorListIteratorOdRxProtocolReactorListIterator
Syntax
C++
class OdRxProtocolReactorListIterator : public OdRxObject;

RxProtocolReactor.h

This class implements iterators for OdRxProtocolReactorList objects in OdRxProtocolReactorManager instances.

Instances are returned by OdRxProtocolReactorManager::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 OdRxProtocolReactorList object referenced by this Iterator object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxProtocolReactorListIterator. 
 
Sets this Iterator object to reference the Reactor object that it would normally return first. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.