|
Volksdata 1.0b7
RDF library
|
NT codec iterator type. More...

Data Fields | |
| const VOLK_Codec * | codec |
| Codec that generated this iterator. | |
| VOLK_GraphIterator * | gr_it |
| Graph iterator. | |
| const VOLK_Term * | gr_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. | |
NT codec iterator type.
Definition at line 5 of file codec_nt.c.
| const VOLK_Codec* VOLK_NTCodecIterator::codec |
Codec that generated this iterator.
Definition at line 6 of file codec_nt.c.
| VOLK_GraphIterator* VOLK_NTCodecIterator::gr_it |
Graph iterator.
Definition at line 7 of file codec_nt.c.
| const VOLK_Term* VOLK_NTCodecIterator::gr_uri |
Graph URI.
Definition at line 8 of file codec_nt.c.
| size_t VOLK_NTCodecIterator::cur |
Internal cursor.
Definition at line 9 of file codec_nt.c.
| VOLK_rc VOLK_NTCodecIterator::rc |
Internal return code.
Definition at line 10 of file codec_nt.c.
| char* VOLK_NTCodecIterator::str_s |
Temporary string.
Definition at line 11 of file codec_nt.c.
| char * VOLK_NTCodecIterator::str_p |
Temporary string.
Definition at line 12 of file codec_nt.c.
| char * VOLK_NTCodecIterator::str_o |
Temporary string.
Definition at line 13 of file codec_nt.c.