Simple C Expat Wrapper (SCEW)  1.1.7
Data Fields
scew_writer_hooks Struct Reference

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 *)
 

Detailed Description

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.

Field Documentation

size_t(* scew_writer_hooks::write)(scew_writer *, XML_Char const *, size_t)
scew_bool(* scew_writer_hooks::end)(scew_writer *)
See Also
scew_writer_end
scew_bool(* scew_writer_hooks::error)(scew_writer *)
scew_bool(* scew_writer_hooks::close)(scew_writer *)
void(* scew_writer_hooks::free)(scew_writer *)

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