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

NT codec iterator type. More...

Collaboration diagram for VOLK_NTCodecIterator:

Data Fields

const VOLK_Codec * codec
 Codec that generated this iterator.
VOLK_GraphIterator * gr_it
 Graph iterator.
const VOLK_Termgr_uri
 Graph URI.
size_t cur
 Internal cursor.
VOLK_rc rc
 Internal return code.
char * str_s
 Temporary string.
char * str_p
 Temporary string.
char * str_o
 Temporary string.

Detailed Description

NT codec iterator type.

Definition at line 5 of file codec_nt.c.

Field Documentation

◆ codec

const VOLK_Codec* VOLK_NTCodecIterator::codec

Codec that generated this iterator.

Definition at line 6 of file codec_nt.c.

◆ gr_it

VOLK_GraphIterator* VOLK_NTCodecIterator::gr_it

Graph iterator.

Definition at line 7 of file codec_nt.c.

◆ gr_uri

const VOLK_Term* VOLK_NTCodecIterator::gr_uri

Graph URI.

Definition at line 8 of file codec_nt.c.

◆ cur

size_t VOLK_NTCodecIterator::cur

Internal cursor.

Definition at line 9 of file codec_nt.c.

◆ rc

VOLK_rc VOLK_NTCodecIterator::rc

Internal return code.

Definition at line 10 of file codec_nt.c.

◆ str_s

char* VOLK_NTCodecIterator::str_s

Temporary string.

Definition at line 11 of file codec_nt.c.

◆ str_p

char * VOLK_NTCodecIterator::str_p

Temporary string.

Definition at line 12 of file codec_nt.c.

◆ str_o

char * VOLK_NTCodecIterator::str_o

Temporary string.

Definition at line 13 of file codec_nt.c.


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