Soprano
2.9.3
|
The most simple version of a StatementIterator simply iterates over a list of Statements. More...
#include <Soprano/Util/SimpleStatementIterator>
Additional Inherited Members | |
![]() | |
void | setBackend (IteratorBackend< Statement > *b) |
IteratorBackend< Statement > * | backend () const |
The most simple version of a StatementIterator simply iterates over a list of Statements.
The SimpleStatementIterator has been designed as a trivial extension to StatementIterator and can be used as a drop-in-replacement as shown below:
Definition at line 53 of file simplestatementiterator.h.
Soprano::Util::SimpleStatementIterator::SimpleStatementIterator | ( | ) |
Soprano::Util::SimpleStatementIterator::SimpleStatementIterator | ( | const SimpleStatementIterator & | ) |
|
virtual |
SimpleStatementIterator& Soprano::Util::SimpleStatementIterator::operator= | ( | const QList< Statement > & | ) |
SimpleStatementIterator& Soprano::Util::SimpleStatementIterator::operator= | ( | const SimpleStatementIterator & | ) |