#include <cppast.h>
Definition at line 180 of file cppast.h.
◆ DefType
Enumerator |
---|
kRename | |
kConstNumDef | |
kConstStrDef | |
kConstCharDef | |
kComplexMacro | |
Definition at line 184 of file cppast.h.
◆ CppDefine()
CppDefine::CppDefine |
( |
DefType |
defType, |
|
|
std::string |
name, |
|
|
std::string |
defn = std::string() |
|
) |
| |
|
inline |
◆ accept()
◆ defn_
std::string CppDefine::defn_ |
This will contain everything after name.
Definition at line 194 of file cppast.h.
◆ defType_
◆ kObjectType
constexpr CppObjType CppDefine::kObjectType = CppObjType::kHashDefine |
|
staticconstexpr |
◆ name_
std::string CppDefine::name_ |
The documentation for this struct was generated from the following file: