Go to the documentation of this file.
22 #ifndef _SOPRANO_SIMPLE_STATEMENT_ITERATOR_H_
23 #define _SOPRANO_SIMPLE_STATEMENT_ITERATOR_H_
28 #include <QtCore/QList>
The most simple version of a StatementIterator simply iterates over a list of Statements.
SimpleStatementIterator(const SimpleStatementIterator &)
SimpleStatementIterator & operator=(const SimpleStatementIterator &)
virtual ~SimpleStatementIterator()
SimpleStatementIterator(const QList< Statement > &)
SimpleStatementIterator & operator=(const QList< Statement > &)
An iterator that provides a stream of Statements.
SimpleStatementIterator()