|
CppParser
|
#include <cppast.h>


Public Attributes | |
| bool | paramPack_ {false} |
Public Attributes inherited from CppObj | |
| CppObjType | objType_ |
| CppAccessType | accessType_ |
| All objects do not need this. More... | |
Static Public Attributes | |
| static constexpr CppObjType | kObjectType = CppObjType::kVarType |
Private Member Functions | |
| CppVarType (CppAccessType accessType, std::string baseType, std::uint32_t typeAttr, CppTypeModifier modifier) | |
Private Attributes | |
| std::string | baseType_ |
| CppObjPtr | compound_ |
| CppTypeModifier | typeModifier_ |
| std::uint32_t | typeAttr_ {0} |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineoverridevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
|
private |