CppParser
|
This is the complete list of members for CppObjFactory, including all inherited members.
CreateCompound(std::string name, CppAccessType accessType, CppCompoundType type) const | CppObjFactory | virtual |
CreateCompound(CppAccessType accessType, CppCompoundType type=CppCompoundType::kUnknownCompound) const | CppObjFactory | virtual |
CreateCompound(std::string name, CppCompoundType type) const | CppObjFactory | virtual |
CreateCompound(CppCompoundType type) const | CppObjFactory | virtual |
CreateConstructor(CppAccessType accessType, std::string name, CppParamVector *params, CppMemInits memInits, unsigned int attr) const | CppObjFactory | virtual |
CreateDestructor(CppAccessType accessType, std::string name, unsigned int attr) const | CppObjFactory | virtual |
CreateFunction(CppAccessType accessType, std::string name, CppVarType *retType, CppParamVector *params, unsigned int attr) const | CppObjFactory | virtual |
CreateTypeConverter(CppVarType *type, std::string name) const | CppObjFactory | virtual |