CppParser
|
This is the complete list of members for CppVarType, including all inherited members.
accept(CppVisitorBase *v) override | CppVarType | inlinevirtual |
accessType_ | CppObj | |
addAttr(std::uint32_t attr) | CppVarType | inline |
attribSpecifierSequence() | AttribSpecified | inline |
attribSpecifierSequence(AttribSpecifierArray *attribSpecifierArray) | AttribSpecified | inline |
attributeSpecifiers_ | AttribSpecified | private |
baseType() | CppVarType | inline |
baseType(std::string _baseType) | CppVarType | inline |
baseType_ | CppVarType | private |
compound() | CppVarType | inline |
compound_ | CppVarType | private |
CppObj(CppObjType type, CppAccessType accessType) | CppObj | inline |
CppVarType(std::string baseType, CppTypeModifier modifier=CppTypeModifier()) | CppVarType | inline |
CppVarType(CppAccessType accessType, std::string baseType, CppTypeModifier modifier) | CppVarType | inline |
CppVarType(CppAccessType accessType, CppCompound *compound, CppTypeModifier modifier) | CppVarType | inline |
CppVarType(CppAccessType accessType, CppFunctionPointer *fptr, CppTypeModifier modifier) | CppVarType | inline |
CppVarType(CppAccessType accessType, CppEnum *enumObj, CppTypeModifier modifier) | CppVarType | inline |
CppVarType(CppVarType &varType) | CppVarType | inline |
CppVarType(CppAccessType accessType, std::string baseType, std::uint32_t typeAttr, CppTypeModifier modifier) | CppVarType | inlineprivate |
kObjectType | CppVarType | static |
objType_ | CppObj | |
owner() | CppObj | inline |
owner(CppCompound *o) | CppObj | inline |
owner_ | CppObj | private |
paramPack_ | CppVarType | |
typeAttr() | CppVarType | inline |
typeAttr(std::uint32_t attr) | CppVarType | inline |
typeAttr_ | CppVarType | private |
typeModifier() | CppVarType | inline |
typeModifier_ | CppVarType | private |
~CppObj() | CppObj | inlinevirtual |