Volksdata 1.0b10
RDF library
Loading...
Searching...
No Matches

Parser state. More...

#include <parser_trig.h>

Collaboration diagram for VOLK_TrigParserState:

Data Fields

VOLK_Termbase
 Base IRI used in the document.
size_t ct
 Statements parsed.
VOLK_Termcur_subj
 Current LMap subject.
VOLK_Datasetds
 Dataset to write to.
bool ext_txn
VOLK_GraphIterator * it
VOLK_rc rc
 Internal return code.
void * txn

Detailed Description

Parser state.

Definition at line 13 of file parser_trig.h.

Field Documentation

◆ base

VOLK_Term* VOLK_TrigParserState::base

Base IRI used in the document.

Definition at line 17 of file parser_trig.h.

◆ ct

size_t VOLK_TrigParserState::ct

Statements parsed.

Definition at line 21 of file parser_trig.h.

◆ cur_subj

VOLK_Term* VOLK_TrigParserState::cur_subj

Current LMap subject.

Definition at line 18 of file parser_trig.h.

◆ ds

VOLK_Dataset* VOLK_TrigParserState::ds

Dataset to write to.

Definition at line 14 of file parser_trig.h.

◆ ext_txn

bool VOLK_TrigParserState::ext_txn

Whether an external transaction was passed.

Definition at line 23 of file parser_trig.h.

◆ it

VOLK_GraphIterator* VOLK_TrigParserState::it

Iterator used to build the current graph.

Definition at line 19 of file parser_trig.h.

◆ rc

VOLK_rc VOLK_TrigParserState::rc

Internal return code.

Definition at line 22 of file parser_trig.h.

◆ txn

void* VOLK_TrigParserState::txn

Transaction to wrap decode operation in. May be NULL.

Definition at line 15 of file parser_trig.h.


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