#include "volksdata/codec_interface.h"

Go to the source code of this file.
Functions | |
| VOLK_rc | nt_encode_term (const VOLK_Term *term, char **out_p) |
| void * | nt_encode_graph_init (const VOLK_Graph *gr, VOLK_CodecFlags _unused) |
| VOLK_rc | nt_encode_graph_iter (void *h, char **res) |
| void | nt_encode_graph_done (void *h) |
Definition at line 19 of file writer_nt.c.
| void * nt_encode_graph_init | ( | const VOLK_Graph * | gr, |
| VOLK_CodecFlags | _unused ) |
Definition at line 110 of file writer_nt.c.
| VOLK_rc nt_encode_graph_iter | ( | void * | h, |
| char ** | res ) |
Definition at line 125 of file writer_nt.c.
| void nt_encode_graph_done | ( | void * | h | ) |
Definition at line 171 of file writer_nt.c.