Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_HashListReverseIterator.dox.h
1 
2 namespace Qore {
4 
23 
24 public:
26 
33  constructor(hash h);
34 
35 public:
37 
43  constructor();
44 
45 public:
47 
52  copy();
53 
54 public:
56 
69 bool first();
70 
71 public:
73 
86 bool last();
87 
88 public:
90 
110 any memberGate(string key);
111 
112 public:
114 
128 bool next();
129 
130 public:
132 
146 bool prev();
147 };
148 };