Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
writer_trig.h
Go to the documentation of this file.
1#ifndef VOLK_WRITER_TRIG_H
2#define VOLK_WRITER_TRIG_H
3
5
7typedef struct trig_encode_iter_t TRIGEncodeIterator;
8
10void *
12
15trig_encode_store_iter (void *h, char **res_p);
16
18void
20
21#endif
int VOLK_rc
Definition core.h:79
Store structure.
Definition store.h:59
TriG encoder iterator.
Definition writer_trig.c:16
VOLK_Store * store
Store pointer for store encoding.
Definition writer_trig.c:18
void * trig_encode_store_init(VOLK_Store *store)
Initialize a store encoding loop.
Definition writer_trig.c:60
void trig_encode_store_done(void *h)
Finalize the store encoding loop.
VOLK_rc trig_encode_store_iter(void *h, char **res_p)
Encode a chunk from a store.
Definition writer_trig.c:84