API Reference > OdRx Classes > OdRxIterator Class
OdRxIterator Class
OdRxIteratorOdRxIteratorOdRxIterator
Syntax
C++
class OdRxIterator : public OdRxObject;

RxIterator.h

 

This class is the abstract base class for OdDbDictionaryIterator and OdRxDictionaryIterator objects.

TD_Db 

Overview of Classes that Implement an Iterator 

 
Name 
Description 
 
This is OdRxIterator, a member of class OdRxIterator. 
 
Name 
Description 
 
done 
Returns true if and only if the traversal by this iterator object is completed. 
 
next 
Sets the iterator object to the next element of the container. 
 
Returns the non-typified smart pointer to the object on which the iterator object refers. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxIterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.