#include "volksdata/codec/writer_nt.h"
Go to the source code of this file.
Data Structures | |
| struct | NTEncodeIterator |
| NT encode iterator type. More... | |
Functions | |
| void | nt_encode_graph_done (void *h) |
| Finalize a NT graph iteration. | |
| void * | nt_encode_graph_init (const VOLK_Graph *gr, void *_unused) |
| Initialize a NT graph iteration. | |
| VOLK_rc | nt_encode_graph_iter (void *h, char **res) |
| Run an encoding iteration for a graph. | |
| VOLK_rc | nt_encode_term (const VOLK_Term *term, char **out_p) |
| Encode a single term as N-Triples. | |