9 #ifndef value_reader_generator_H 10 #define value_reader_generator_H 17 const std::vector<AST_EnumVal*>& contents,
const char* repoid);
19 bool gen_typedef(AST_Typedef*, UTL_ScopedName*, AST_Type*,
const char*);
21 bool gen_struct(AST_Structure* node, UTL_ScopedName* name,
22 const std::vector<AST_Field*>& fields,
23 AST_Type::SIZE_TYPE size,
const char* repoid);
25 bool gen_union(AST_Union*, UTL_ScopedName*,
const std::vector<AST_UnionBranch*>&,
26 AST_Type*,
const char*);
bool gen_typedef(AST_Typedef *, UTL_ScopedName *, AST_Type *, const char *)
bool gen_union(AST_Union *, UTL_ScopedName *, const std::vector< AST_UnionBranch *> &, AST_Type *, const char *)
bool gen_enum(AST_Enum *, UTL_ScopedName *name, const std::vector< AST_EnumVal *> &contents, const char *repoid)
bool gen_struct(AST_Structure *node, UTL_ScopedName *name, const std::vector< AST_Field *> &fields, AST_Type::SIZE_TYPE size, const char *repoid)