Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_HashListIterator.dox.h
1 
2 namespace Qore {
4 
17 
18 public:
20 
27  constructor(hash h);
28 
29 public:
31 
37  constructor();
38 
39 public:
41 
46  copy();
47 
48 public:
50 
61 bool empty();
62 
63 public:
65 
78 bool first();
79 
80 public:
82 
102 any getKeyValue(string key);
103 
104 public:
106 
124 hash getRow();
125 
126 public:
128 
147 hash getValue();
148 
149 public:
151 
163 int index();
164 
165 public:
167 
180 bool last();
181 
182 public:
184 
196 int max();
197 
198 public:
200 
220 any memberGate(string key);
221 
222 public:
224 
238 bool next();
239 
240 public:
242 
256 bool prev();
257 
258 public:
260 
269  reset();
270 
271 public:
273 
285 bool set(int pos);
286 
287 public:
289 
300 bool valid();
301 };
302 };