wsdl-typecodes-c

Name

wsdl-typecodes-c -- 

Synopsis



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

Description

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.

out : a stdio FILE pointer
tc : a pointer to a typecode


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.

out : a stdio FILE pointer
tc : a pointer to a typecode


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.

out : a stdio FILE pointer
tc : a pointer to a typecode


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.

out : a stdio FILE pointer
tc : a pointer to a typecode