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