#include "volksdata/codec_interface.h"

Go to the source code of this file.
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) |
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.