Qore Programming Language Reference Manual  0.8.9
 All Classes Namespaces Functions Variables Groups Pages
QC_HashPairReverseIterator.dox.h
1 namespace Qore {
4 
38 
39 public:
41 
48  constructor(hash h);
49 
50 public:
52 
58  constructor();
59 
60 public:
62 
67  copy();
68 
69 public:
71 
86 string getValue();
87 };
88 };
constructor()
Creates an empty iterator object.
This class an iterator class for hashes.
Definition: QC_HashReverseIterator.dox.h:33
string getValue()
returns a hash with the current key and value (a hash with 2 keys: "key" and "value") or throws an IN...
copy()
Creates a copy of the HashPairReverseIterator object, iterating the same object as the original and i...
This class an iterator class for hashes.
Definition: QC_HashPairReverseIterator.dox.h:37
hash hash(object obj)
Returns a hash of an object's members.