Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_ListHashReverseIterator.dox.h
1 
2 namespace Qore {
4 
20 
21 public:
23 
32  constructor(softlist l);
33 
34 public:
36 
41  copy();
42 
43 public:
45 
58 bool first();
59 
60 public:
62 
75 bool last();
76 
77 public:
79 
98 any memberGate(string key);
99 
100 public:
102 
116 bool next();
117 
118 public:
120 
134 bool prev();
135 };
136 };