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

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.
bool ext_txn
VOLK_GraphIterator * it
VOLK_rc rc
 Internal return code.
VOLK_Storestore
 Store to write to.
void * txn

Detailed Description

Parser state.

Definition at line 8 of file parser_trig.h.

Field Documentation

◆ base

VOLK_Term* VOLK_TrigParserState::base

Base IRI used in the document.

Definition at line 12 of file parser_trig.h.

◆ ct

size_t VOLK_TrigParserState::ct

Statements parsed.

Definition at line 16 of file parser_trig.h.

◆ cur_subj

VOLK_Term* VOLK_TrigParserState::cur_subj

Current LMap subject.

Definition at line 13 of file parser_trig.h.

◆ ext_txn

bool VOLK_TrigParserState::ext_txn

Whether an external transaction was passed.

Definition at line 18 of file parser_trig.h.

◆ it

VOLK_GraphIterator* VOLK_TrigParserState::it

Iterator used to build the current graph.

Definition at line 14 of file parser_trig.h.

◆ rc

VOLK_rc VOLK_TrigParserState::rc

Internal return code.

Definition at line 17 of file parser_trig.h.

◆ store

VOLK_Store* VOLK_TrigParserState::store

Store to write to.

Definition at line 9 of file parser_trig.h.

◆ txn

void* VOLK_TrigParserState::txn

Transaction to wrap decode operation in. May be NULL.

Definition at line 10 of file parser_trig.h.


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