23#ifndef SOPRANO_NODE_ITERATOR_H
24#define SOPRANO_NODE_ITERATOR_H
30#include <QtCore/QList>
35 class NodeIteratorBackend;
The actual work in a Iterator instance is done by an IteratorBackend.
The basic Soprano iterator class.
An iterator that provides a stream of Nodes.
NodeIterator(IteratorBackend< Node > *sti)
NodeIterator(const NodeIterator &sti)
NodeIterator & operator=(const NodeIterator &)