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

Data Fields | |
| VOLK_GraphIterator * | it |
| Iterator used to build the graph. | |
| VOLK_Term * | base |
| Base IRI used in the document. | |
| VOLK_Term * | lms |
| Link map subject. | |
| size_t | ct |
| Statements parsed. | |
| VOLK_rc | rc |
| Internal return code. | |
Parser state.
Definition at line 8 of file parser_ttl.h.
| VOLK_GraphIterator* VOLK_TTLParserState::it |
Iterator used to build the graph.
Definition at line 9 of file parser_ttl.h.
| VOLK_Term* VOLK_TTLParserState::base |
Base IRI used in the document.
Definition at line 10 of file parser_ttl.h.
| VOLK_Term* VOLK_TTLParserState::lms |
Link map subject.
Definition at line 11 of file parser_ttl.h.
| size_t VOLK_TTLParserState::ct |
Statements parsed.
Definition at line 12 of file parser_ttl.h.
| VOLK_rc VOLK_TTLParserState::rc |
Internal return code.
Definition at line 13 of file parser_ttl.h.