CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
SerWriter Struct Reference

#include <serwriter.h>

Data Fields

flags_t caps
 SerCapabilitiesEnum – what this backend can represent.
 
flags_t flags
 SerFlagsEnum – per-document options.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: