#include "volksdata/codec/writer_ttl.h"
Go to the source code of this file.
Data Structures | |
| struct | TTLEncodeIterator |
| TTL encoder iterator. More... | |
Macros | |
| #define | XSD "http://www.w3.org/2001/XMLSchema#" |
Functions | |
| VOLK_rc | ttl_encode_term (const VOLK_Term *term, char **out_p) |
| void * | ttl_encode_graph_init (const VOLK_Graph *gr, VOLK_CodecFlags flags) |
| VOLK_rc | ttl_encode_graph_iter (void *h, char **res_p) |
| void | ttl_encode_graph_done (void *h) |
| #define XSD "http://www.w3.org/2001/XMLSchema#" |
Definition at line 29 of file writer_ttl.c.
| void * ttl_encode_graph_init | ( | const VOLK_Graph * | gr, |
| VOLK_CodecFlags | flags ) |
Definition at line 173 of file writer_ttl.c.
| VOLK_rc ttl_encode_graph_iter | ( | void * | h, |
| char ** | res_p ) |
Definition at line 236 of file writer_ttl.c.
| void ttl_encode_graph_done | ( | void * | h | ) |
Definition at line 303 of file writer_ttl.c.