Qore Programming Language Reference Manual  1.0.8
QC_ObjectPairReverseIterator.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 
92 hash<auto> getValue();
93 };
94 }
copy()
Creates a copy of the ObjectPairReverseIterator object, iterating the same object as the original and...
constructor()
Creates an empty iterator object.
This class an iterator class for objects.
Definition: QC_ObjectPairReverseIterator.dox.h:42
This class an iterator class for objects.
Definition: QC_ObjectReverseIterator.dox.h:42
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
hash< auto > getValue()
returns a hash with the current key and value (a hash with 2 keys: "key" and "value") or throws an IN...