Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_AbstractIterator.dox.h
1 
2 namespace Qore {
4 
11 
12 public:
14 
27 abstract any getValue();
28 
29 public:
31 
43 abstract bool next();
44 
45 public:
47 
55 abstract bool valid();
56 };
57 };