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

RxMember.h

Member iterator interface. Used by OdRxMemberQueryEngine.

 
Name 
Description 
 
Destroys 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 
Steps to the next member. 
 
size 
Returns the number of iterated objects.
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.