Qore Programming Language Reference Manual 2.0.0
All Classes Namespaces Functions Variables Modules Pages
QC_AbstractIterator.dox.h
1
2namespace Qore {
4
11
12public:
14
28
29public:
31
44
45public:
47
56};
57}
This class defines an abstract interface for iterators.
Definition QC_AbstractIterator.dox.h:10
abstract auto getValue()
returns the current value
abstract bool next()
Moves the current position to the next element; returns False if there are no more elements.
abstract bool valid()
returns True if the iterator is currently pointing at a valid element, False if not
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2