API Reference > OdRx Classes > OdRxMemberIterator Class
OdRxMemberIterator Class
OdRxMemberIterator
Syntax
C++
class OdRxMemberIterator;

RxMember.h

Member iterator interface. Used by OdRxMemberQueryEngine.

 
Name 
Description 
 
Destructor for objects of the OdRxMemberIterator class. 
 
Name 
Description 
 
Returns the member currently being pointed at by the iterator. 
 
done 
Returns true if the iteration is finished. 
 
find 
Iterates the list until member with that name is found (otherwise returns NULL).
 
 
next 
Step to the next member. 
 
size 
Returns the number of iterated objects.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.