Parser state. More...
#include <parser_trig.h>

Data Fields | |
| VOLK_Term * | base |
| Base IRI used in the document. | |
| size_t | ct |
| Statements parsed. | |
| VOLK_Term * | cur_subj |
| Current LMap subject. | |
| bool | ext_txn |
| VOLK_GraphIterator * | it |
| VOLK_rc | rc |
| Internal return code. | |
| VOLK_Store * | store |
| Store to write to. | |
| void * | txn |
Parser state.
Definition at line 8 of file parser_trig.h.
| VOLK_Term* VOLK_TrigParserState::base |
Base IRI used in the document.
Definition at line 12 of file parser_trig.h.
| size_t VOLK_TrigParserState::ct |
Statements parsed.
Definition at line 16 of file parser_trig.h.
| VOLK_Term* VOLK_TrigParserState::cur_subj |
Current LMap subject.
Definition at line 13 of file parser_trig.h.
| bool VOLK_TrigParserState::ext_txn |
Whether an external transaction was passed.
Definition at line 18 of file parser_trig.h.
| VOLK_GraphIterator* VOLK_TrigParserState::it |
Iterator used to build the current graph.
Definition at line 14 of file parser_trig.h.
| VOLK_rc VOLK_TrigParserState::rc |
Internal return code.
Definition at line 17 of file parser_trig.h.
| VOLK_Store* VOLK_TrigParserState::store |
Store to write to.
Definition at line 9 of file parser_trig.h.
| void* VOLK_TrigParserState::txn |
Transaction to wrap decode operation in. May be NULL.
Definition at line 10 of file parser_trig.h.