Simple C Expat Wrapper (SCEW)
1.1.7
|
This is the set of functions that are implemented by all SCEW writers. More...
#include <writer.h>
Data Fields | |
size_t(* | write )(scew_writer *, XML_Char const *, size_t) |
scew_bool(* | end )(scew_writer *) |
scew_bool(* | error )(scew_writer *) |
scew_bool(* | close )(scew_writer *) |
void(* | free )(scew_writer *) |
This is the set of functions that are implemented by all SCEW writers.
They must not be used directly, but through the common routines to be used with any type of SCEW writer.
size_t(* scew_writer_hooks::write)(scew_writer *, XML_Char const *, size_t) |
scew_bool(* scew_writer_hooks::end)(scew_writer *) |
scew_bool(* scew_writer_hooks::error)(scew_writer *) |
scew_bool(* scew_writer_hooks::close)(scew_writer *) |
void(* scew_writer_hooks::free)(scew_writer *) |