|
CX Framework
Cross-platform C utility framework
|
#include <serwriter.h>
Data Fields | |
| flags_t | caps |
| SerCapabilitiesEnum – what this backend can represent. | |
| flags_t | flags |
| SerFlagsEnum – per-document options. | |
A handle for an in-progress write, returned by a backend's create function (e.g. serJsonWriterCreate). Opaque to callers – pass it to serWrite() and the other functions in this header without needing to know which backend produced it.
Definition at line 60 of file serwriter.h.