SOUP Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
void wsdl_typecode_write_c_definition (FILE *out, const wsdl_typecode *const tc); void wsdl_typecode_write_c_declaration (FILE *out, const wsdl_typecode *const tc); void wsdl_typecode_write_c_mm (FILE *out, const wsdl_typecode *const tc); void wsdl_typecode_write_c_mm_decl (FILE *out, const wsdl_typecode *const tc); |
void wsdl_typecode_write_c_definition (FILE *out, const wsdl_typecode *const tc); |
Writes to out a C definition of a typecode struct.
out : | a stdio FILE pointer |
tc : | a pointer to a typecode |
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.
out : | a stdio FILE pointer |
tc : | a pointer to a typecode |
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.
out : | a stdio FILE pointer |
tc : | a pointer to a typecode |
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.
out : | a stdio FILE pointer |
tc : | a pointer to a typecode |