Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
VOLK_TTLParserState Struct Reference

Parser state. More...

#include <parser_ttl.h>

Collaboration diagram for VOLK_TTLParserState:

Data Fields

VOLK_GraphIterator * it
 Iterator used to build the graph.
VOLK_Termbase
 Base IRI used in the document.
VOLK_Termlms
 Link map subject.
size_t ct
 Statements parsed.
VOLK_rc rc
 Internal return code.

Detailed Description

Parser state.

Definition at line 8 of file parser_ttl.h.

Field Documentation

◆ it

VOLK_GraphIterator* VOLK_TTLParserState::it

Iterator used to build the graph.

Definition at line 9 of file parser_ttl.h.

◆ base

VOLK_Term* VOLK_TTLParserState::base

Base IRI used in the document.

Definition at line 10 of file parser_ttl.h.

◆ lms

VOLK_Term* VOLK_TTLParserState::lms

Link map subject.

Definition at line 11 of file parser_ttl.h.

◆ ct

size_t VOLK_TTLParserState::ct

Statements parsed.

Definition at line 12 of file parser_ttl.h.

◆ rc

VOLK_rc VOLK_TTLParserState::rc

Internal return code.

Definition at line 13 of file parser_ttl.h.


The documentation for this struct was generated from the following file: