The most simple version of a StatementIterator simply iterates over a list of Statements.
More...
#include <Soprano/Util/SimpleStatementIterator>
List of all members.
Detailed Description
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:
- Author:
- Sebastian Trueg <trueg@kde.org>
Definition at line 53 of file simplestatementiterator.h.
Constructor & Destructor Documentation
Soprano::Util::SimpleStatementIterator::SimpleStatementIterator |
( |
|
) |
|
Soprano::Util::SimpleStatementIterator::SimpleStatementIterator |
( |
const QList< Statement > & |
|
) |
|
virtual Soprano::Util::SimpleStatementIterator::~SimpleStatementIterator |
( |
|
) |
[virtual] |
Member Function Documentation
The documentation for this class was generated from the following file: