6 #ifndef dynamic_data_adapter_generator_H 7 #define dynamic_data_adapter_generator_H 17 const std::vector<AST_Field*>& fields,
18 AST_Type::SIZE_TYPE size,
const char* repoid);
20 bool gen_typedef(AST_Typedef* node, UTL_ScopedName* name, AST_Type* type,
const char* repoid);
22 bool gen_union(AST_Union* node, UTL_ScopedName* name,
23 const std::vector<AST_UnionBranch*>& branches,
24 AST_Type* type,
const char* repoid);
dynamic_data_adapter_generator()
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_union(AST_Union *node, UTL_ScopedName *name, const std::vector< AST_UnionBranch *> &branches, AST_Type *type, const char *repoid)
bool gen_typedef(AST_Typedef *node, UTL_ScopedName *name, AST_Type *type, const char *repoid)