OpenDDS  Snapshot(2023/04/07-19:43)
marshal_generator Member List

This is the complete list of members for marshal_generator, including all inherited members.

cxx_escaped(const std::string &s)dds_generatorstatic
do_included_files() constdds_generatorinlinevirtual
gen_const(UTL_ScopedName *, bool, AST_Constant *)dds_generatorinlinevirtual
gen_enum(AST_Enum *node, UTL_ScopedName *name, const std::vector< AST_EnumVal *> &contents, const char *repoid)marshal_generatorvirtual
gen_epilogue()dds_generatorinlinevirtual
gen_field_getValueFromSerialized(AST_Structure *node, const std::string &clazz)marshal_generatorstatic
gen_interf(AST_Interface *, UTL_ScopedName *, bool, const std::vector< AST_Interface *> &, const std::vector< AST_Interface *> &, const std::vector< AST_Attribute *> &, const std::vector< AST_Operation *> &, const char *)dds_generatorinlinevirtual
gen_interf_fwd(UTL_ScopedName *)dds_generatorinlinevirtual
gen_native(AST_Native *, UTL_ScopedName *, const char *)dds_generatorinlinevirtual
gen_prologue()dds_generatorinlinevirtual
gen_struct(AST_Structure *node, UTL_ScopedName *name, const std::vector< AST_Field *> &fields, AST_Type::SIZE_TYPE size, const char *repoid)marshal_generatorvirtual
gen_struct_fwd(UTL_ScopedName *, AST_Type::SIZE_TYPE)dds_generatorinlinevirtual
gen_typedef(AST_Typedef *node, UTL_ScopedName *name, AST_Type *base, const char *repoid)marshal_generatorvirtual
gen_union(AST_Union *node, UTL_ScopedName *name, const std::vector< AST_UnionBranch *> &branches, AST_Type *discriminator, const char *repoid)marshal_generatorvirtual
gen_union_default(AST_UnionBranch *branch, const std::string &varname)marshal_generatorprivate
gen_union_fwd(AST_UnionFwd *, UTL_ScopedName *, AST_Type::SIZE_TYPE)dds_generatorinlinevirtual
generate_dheader_code(const std::string &code, bool dheader_required, bool is_ser_func=true)marshal_generatorstatic
get_tag_name(const std::string &base_name, bool nested_key_only=false)dds_generatorstatic
get_xtag_name(UTL_ScopedName *name)dds_generatorstatic
module_scope_helper(UTL_ScopedName *sn, const char *sep, EscapeContext cxt=EscapeContext_Normal)dds_generatorstatic
scoped_helper(UTL_ScopedName *sn, const char *sep, EscapeContext cxt=EscapeContext_Normal)dds_generatorstatic
to_string(Identifier *id, EscapeContext ec=EscapeContext_Normal)dds_generatorstatic
valid_var_name(const std::string &str)dds_generatorstatic
~dds_generator()=0dds_generatorpure virtual