CppParser
|
A stream of text that represents some content in a C++ program. More...
#include <cppast.h>
Public Member Functions | |
CppBlob (std::string blob) | |
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 | blob_ |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
Static Public Attributes | |
static constexpr CppObjType | kObjectType = CppObjType::kBlob |
A stream of text that represents some content in a C++ program.
|
inlineoverridevirtual |
|
staticconstexpr |