gwenhywfar 5.12.0
tm2c_readxml.c File Reference
#include "tm2c_readxml.h"
#include "tm2c_misc.h"
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for tm2c_readxml.c:

Go to the source code of this file.

Functions

static int _addImplementation (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty)
static void _addPrototype (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty)
static int _addReadMemberCode (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty, TYPEMAKER2_MEMBER *tm, GWEN_BUFFER *tbuf)
int TM2C_BuildFromXml (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty)
int TM2C_BuildReadXml (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty)

Function Documentation

◆ _addImplementation()

int _addImplementation ( TYPEMAKER2_BUILDER * tb,
TYPEMAKER2_TYPE * ty )
static

◆ _addPrototype()

◆ _addReadMemberCode()

◆ TM2C_BuildFromXml()

◆ TM2C_BuildReadXml()

int TM2C_BuildReadXml ( TYPEMAKER2_BUILDER * tb,
TYPEMAKER2_TYPE * ty )

Definition at line 31 of file tm2c_readxml.c.

References _addImplementation(), _addPrototype(), DBG_INFO, and NULL.

Referenced by Typemaker2_Builder_C_Build().

Here is the call graph for this function:
Here is the caller graph for this function: