|
Volksdata 1.0b7
RDF library
|
Graph iterator. More...

Data Fields | |
| const VOLK_Graph * | graph |
| Parent graph. | |
| void * | data |
| Iterator state. | |
| size_t | ct |
| Total lookup matches. | |
| VOLK_BufferTriple * | sspo |
Graph iterator.
This opaque handle is generated by VOLK_graph_lookup_txn and is used to iterate over lookup results with VOLK_graph_iter_next. It must be freed with VOLK_graph_iter_free when done.
| VOLK_BufferTriple* VOLK_GraphIterator::sspo |
Buffer triple for temp values.
This is NULL for add iterators and is used as a control flag for VOLK_graph_iter_is_add().