Soprano
2.9.2
|
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 |
![]() | |
ErrorCache () | |
void | clearError () const |
void | setError (const Error &) const |
void | setError (const QString &errorMessage, int code=ErrorUnknown) 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 & | ) |