Qore Programming Language Reference Manual  0.8.9
 All Classes Namespaces Functions Variables Groups Pages
QC_ObjectKeyReverseIterator.dox.h
1 namespace Qore {
4 
43 
44 public:
46 
53  constructor(object o);
54 
55 public:
57 
63  constructor();
64 
65 public:
67 
72  copy();
73 
74 public:
76 
91 string getValue();
92 };
93 };
This class an iterator class for objects.
Definition: QC_ObjectKeyReverseIterator.dox.h:42
This class an iterator class for objects.
Definition: QC_ObjectReverseIterator.dox.h:42
constructor()
Creates an empty iterator object.
copy()
Creates a copy of the ObjectKeyReverseIterator object, iterating the same object as the original and ...
string getValue()
returns the current key value or throws an INVALID-ITERATOR exception if the iterator is invalid ...