CppParser
|
Any other C/C++ preprocessor for which there is no class defined. More...
#include <cppast.h>
Public Member Functions | |
CppUnRecogPrePro (std::string name, std::string defn) | |
void | accept (CppVisitorBase *v) override |
![]() | |
CppObj (CppObjType type, CppAccessType accessType) | |
CppCompound * | owner () |
void | owner (CppCompound *o) |
virtual void | accept (CppVisitorBase *v)=0 |
virtual | ~CppObj () |
Public Attributes | |
std::string | name_ |
std::string | defn_ |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
Static Public Attributes | |
static constexpr CppObjType | kObjectType = CppObjType::kUnRecogPrePro |
Any other C/C++ preprocessor for which there is no class defined.
|
inline |
|
inlineoverridevirtual |
|
staticconstexpr |