|
CppParser
|
#include <cppast.h>


Public Member Functions | |
| CppDocComment (std::string doc, CppAccessType objAccessType=CppAccessType::kUnknown) | |
| void | accept (CppVisitorBase *v) override |
Public Member Functions inherited from CppObj | |
| 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... | |
Public Attributes inherited from CppObj | |
| CppObjType | objType_ |
| CppAccessType | accessType_ |
| All objects do not need this. More... | |
Static Public Attributes | |
| static constexpr CppObjType | kObjectType = CppObjType::kDocComment |
|
inline |
|
inlineoverridevirtual |
|
staticconstexpr |