|
Soprano
2.9.2
|
The most simple version of a StatementIterator simply iterates over a list of Statements. More...
#include <Soprano/Util/SimpleStatementIterator>
Inheritance diagram for Soprano::Util::SimpleStatementIterator:Additional Inherited Members | |
Protected Member Functions inherited from Soprano::Iterator< Statement > | |
| void | setBackend (IteratorBackend< Statement > *b) |
| IteratorBackend< Statement > * | backend () const |
Protected Member Functions inherited from Soprano::Error::ErrorCache | |
| 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 & | ) |
1.8.5