Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_AbstractBidirectionalIterator.dox.h
1
2namespace Qore {
4/***/
6
7public:
9
24};
25}
This class defines an abstract interface for bidirectional iterators.
Definition QC_AbstractBidirectionalIterator.dox.h:5
abstract bool prev()
Moves the current position to the previous element; returns False if there are no more elements.
This class defines an abstract interface for iterators.
Definition QC_AbstractIterator.dox.h:10
list< auto > list(...)
Returns a list of the arguments passed at the top level.
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2