Qore Programming Language Reference Manual
0.9.4.1
QC_AbstractBidirectionalIterator.dox.h
1
namespace
Qore
{
4
/***/
5
class
AbstractBidirectionalIterator
:
public
AbstractIterator
{
6
7
public
:
9
23
abstract
bool
prev
();
24
};
25
}
Qore::AbstractBidirectionalIterator::prev
abstract bool prev()
Moves the current position to the previous element; returns False if there are no more elements.
Qore::AbstractBidirectionalIterator
This class defines an abstract interface for bidirectional iterators.
Definition:
QC_AbstractBidirectionalIterator.dox.h:5
Qore::AbstractIterator
This class defines an abstract interface for iterators.
Definition:
QC_AbstractIterator.dox.h:10
Qore
main Qore-language namespace
Definition:
Pseudo_QC_All.dox.h:2