Qore Programming Language Reference Manual  0.9.10
QC_ObjectKeyIterator.dox.h
1 namespace Qore {
4 
38 
39 public:
41 
48  constructor(object o);
49 
50 public:
52 
59 
60 public:
62 
67  copy();
68 
69 public:
71 
85 string getValue();
86 };
87 }
Qore::ObjectKeyIterator
This class an iterator class for objectes.
Definition: QC_ObjectKeyIterator.dox.h:37
Qore::ObjectKeyIterator::constructor
constructor(object o)
Creates the object iterator object.
Qore::ObjectKeyIterator::copy
copy()
Creates a copy of the ObjectKeyIterator object, iterating the same object as the original and in the ...
Qore::ObjectKeyIterator::constructor
constructor()
Creates an empty object iterator object.
Qore::ObjectIterator
This class a basic iterator class for objects.
Definition: QC_ObjectIterator.dox.h:37
Qore::ObjectKeyIterator::getValue
string getValue()
returns the current key value or throws an INVALID-ITERATOR exception if the iterator is invalid
Qore
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3