8 #ifndef keys_generator_H 9 #define keys_generator_H 16 const std::vector<AST_Field*>& fields,
17 AST_Type::SIZE_TYPE size,
const char* repoid);
19 bool gen_typedef(AST_Typedef*, UTL_ScopedName*, AST_Type*,
const char*)
22 bool gen_union(AST_Union* node, UTL_ScopedName* name,
const std::vector<AST_UnionBranch*>&,
23 AST_Type*,
const char*);
bool gen_union(AST_Union *node, UTL_ScopedName *name, const std::vector< AST_UnionBranch *> &, 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_typedef(AST_Typedef *, UTL_ScopedName *, AST_Type *, const char *)