CppParser
|
Class to represent C++ variable definition. More...
#include <cppast.h>
Static Public Attributes | |
static constexpr CppObjType | kObjectType = CppObjType::kVar |
Private Attributes | |
CppVarTypePtr | varType_ |
CppVarDecl | varDecl_ |
std::string | apidecor_ |
CppTemplateParamListPtr | templSpec_ |
Additional Inherited Members | |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
Class to represent C++ variable definition.
A variable can be global, local or member of a struct, class, namespace, or union. It can also be a function parameter.
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
|
private |
|
private |
|
private |