Details
wsdl_typecode_write_c_definition ()
void wsdl_typecode_write_c_definition
(FILE *out,
const wsdl_typecode *const tc); |
Writes to out a C definition of a typecode struct.
wsdl_typecode_write_c_declaration ()
void wsdl_typecode_write_c_declaration
(FILE *out,
const wsdl_typecode *const tc); |
Writes to out a C prototype for a definition of a typecode struct.
wsdl_typecode_write_c_mm ()
void wsdl_typecode_write_c_mm (FILE *out,
const wsdl_typecode *const tc); |
Writes to out a C function to free memory containing a C
representation of tc.
wsdl_typecode_write_c_mm_decl ()
void wsdl_typecode_write_c_mm_decl (FILE *out,
const wsdl_typecode *const tc); |
Writes to out a C function prototype for a function to free memory
containing a C representation of tc.