23 #ifndef SOPRANO_ITERATOR_BACKEND_H
24 #define SOPRANO_ITERATOR_BACKEND_H
54 virtual bool next() = 0;
76 virtual void close() = 0;
Core class of Soprano's exception system.
virtual ~IteratorBackend()
The actual work in a Iterator instance is done by an IteratorBackend.
virtual T current() const =0