Go to the documentation of this file.
23 #ifndef SOPRANO_STATEMENT_ITERATOR_H
24 #define SOPRANO_STATEMENT_ITERATOR_H
30 #include <QtCore/QList>
38 class StatementIteratorBackend;
152 #endif // SOPRANO_STATEMENT_ITERATOR_H
StatementIterator(IteratorBackend< Statement > *sti)
StatementIterator & operator=(const StatementIterator &)
SOPRANO_EXPORT QUrl Statement()
NodeIterator iterateObjects() const
virtual ~StatementIterator()
NodeIterator iterateSubjects() const
An iterator that provides a stream of Statements.
The basic Soprano iterator class.
An iterator that provides a stream of Nodes.
StatementIterator(const StatementIterator &sti)
The actual work in a Iterator instance is done by an IteratorBackend.
NodeIterator iterateContexts() const
QList< Statement > allStatements()
NodeIterator iteratePredicates() const