QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.
More...
#include <Soprano/QueryResultIteratorBackend>
| virtual Soprano::QueryResultIteratorBackend::~QueryResultIteratorBackend |
( |
| ) |
|
|
virtual |
| Soprano::QueryResultIteratorBackend::QueryResultIteratorBackend |
( |
| ) |
|
|
protected |
| virtual bool Soprano::QueryResultIteratorBackend::next |
( |
| ) |
|
|
pure virtual |
| virtual BindingSet Soprano::QueryResultIteratorBackend::current |
( |
| ) |
const |
|
virtual |
| virtual Statement Soprano::QueryResultIteratorBackend::currentStatement |
( |
| ) |
const |
|
pure virtual |
| virtual Node Soprano::QueryResultIteratorBackend::binding |
( |
const QString & |
name | ) |
const |
|
pure virtual |
- See Also
- QueryResultIterator::binding(const QString&)
| virtual Node Soprano::QueryResultIteratorBackend::binding |
( |
int |
offset | ) |
const |
|
pure virtual |
- See Also
- QueryResultIterator::binding(int)
| virtual int Soprano::QueryResultIteratorBackend::bindingCount |
( |
| ) |
const |
|
pure virtual |
| virtual QStringList Soprano::QueryResultIteratorBackend::bindingNames |
( |
| ) |
const |
|
pure virtual |
| virtual bool Soprano::QueryResultIteratorBackend::isGraph |
( |
| ) |
const |
|
pure virtual |
| virtual bool Soprano::QueryResultIteratorBackend::isBinding |
( |
| ) |
const |
|
pure virtual |
| virtual bool Soprano::QueryResultIteratorBackend::isBool |
( |
| ) |
const |
|
pure virtual |
| virtual bool Soprano::QueryResultIteratorBackend::boolValue |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: