API Reference > Other Classes > OdPwdIterator Class
OdPwdIterator Class
OdPwdIterator
Syntax
C++
class OdPwdIterator : public OdRxObject;

DbSecurity.h

This class implements Iterator objects that traverse entries in OdPwdCache objects. 

 

 
Name 
Description 
 
done 
Returns true if and only if the traversal by this Iterator object is complete. 
 
get 
Returns the Password object pointed to by this Iterator object.
 
 
next 
Sets this Iterator object to reference the entry following the current entry. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.