CppParser
|
#include <cppast.h>
Public Member Functions | |
CppDocComment (std::string doc, CppAccessType objAccessType=CppAccessType::kUnknown) | |
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 | doc_ |
Entire comment text. More... | |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
Static Public Attributes | |
static constexpr CppObjType | kObjectType = CppObjType::kDocComment |
|
inline |
|
inlineoverridevirtual |
|
staticconstexpr |