CppParser
Loading...
Searching...
No Matches
CppObjFactory Member List

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

CreateCompound(std::string name, CppAccessType accessType, CppCompoundType type) constCppObjFactoryvirtual
CreateCompound(CppAccessType accessType, CppCompoundType type=CppCompoundType::kUnknownCompound) constCppObjFactoryvirtual
CreateCompound(std::string name, CppCompoundType type) constCppObjFactoryvirtual
CreateCompound(CppCompoundType type) constCppObjFactoryvirtual
CreateConstructor(CppAccessType accessType, std::string name, CppParamVector *params, CppMemInits memInits, unsigned int attr) constCppObjFactoryvirtual
CreateDestructor(CppAccessType accessType, std::string name, unsigned int attr) constCppObjFactoryvirtual
CreateFunction(CppAccessType accessType, std::string name, CppVarType *retType, CppParamVector *params, unsigned int attr) constCppObjFactoryvirtual
CreateTypeConverter(CppVarType *type, std::string name) constCppObjFactoryvirtual