9 #ifndef itl_generator_H 10 #define itl_generator_H 27 const std::vector<AST_EnumVal*>& contents,
const char* repoid);
29 bool gen_struct(AST_Structure* node, UTL_ScopedName* name,
30 const std::vector<AST_Field*>& fields,
31 AST_Type::SIZE_TYPE size,
const char* repoid);
33 bool gen_typedef(AST_Typedef*, UTL_ScopedName*, AST_Type*,
const char*);
35 bool gen_union(AST_Union*, UTL_ScopedName*,
const std::vector<AST_UnionBranch*>&,
36 AST_Type*,
const char*);
itl_generator * generator
bool gen_typedef(AST_Typedef *, UTL_ScopedName *, AST_Type *, const char *)
bool gen_struct(AST_Structure *node, UTL_ScopedName *name, const std::vector< AST_Field *> &fields, AST_Type::SIZE_TYPE size, const char *repoid)
bool gen_enum(AST_Enum *, UTL_ScopedName *name, const std::vector< AST_EnumVal *> &contents, const char *repoid)
itl_generator * generator
bool do_included_files() const
itl_generator * generator
bool gen_union(AST_Union *, UTL_ScopedName *, const std::vector< AST_UnionBranch *> &, AST_Type *, const char *)