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

Parser state. More...

#include <codec.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 42 of file codec.h.

Field Documentation

◆ it

VOLK_GraphIterator* VOLK_TTLParserState::it

Iterator used to build the graph.

Definition at line 43 of file codec.h.

◆ base

VOLK_Term* VOLK_TTLParserState::base

Base IRI used in the document.

Definition at line 44 of file codec.h.

◆ lms

VOLK_Term* VOLK_TTLParserState::lms

Link map subject.

Definition at line 45 of file codec.h.

◆ ct

size_t VOLK_TTLParserState::ct

Statements parsed.

Definition at line 46 of file codec.h.

◆ rc

VOLK_rc VOLK_TTLParserState::rc

Internal return code.

Definition at line 47 of file codec.h.


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