CppParser
|
Base class of constructor, destructor, and functions. More...
#include <cppast.h>
Public Member Functions | |
std::uint32_t | attr () |
void | addAttr (std::uint32_t _attr) |
bool | hasAttr (std::uint32_t _attr) |
std::string & | decor1 () |
void | decor1 (std::string _decor) |
std::string & | decor2 () |
void | decor2 (std::string _decor) |
CppTemplateParamList * | templateParamList () |
void | templateParamList (CppTemplateParamList *templParamList) |
![]() | |
CppFuncThrowSpec * | throwSpec () |
void | throwSpec (CppFuncThrowSpec *_throwSpec) |
CppCompound * | defn () |
void | defn (CppCompound *_defn) |
![]() | |
CppObj (CppObjType type, CppAccessType accessType) | |
CppCompound * | owner () |
void | owner (CppCompound *o) |
virtual void | accept (CppVisitorBase *v)=0 |
virtual | ~CppObj () |
Public Attributes | |
std::string | name_ |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
Protected Member Functions | |
CppFunctionBase (CppObjType type, CppAccessType accessType, std::string name, std::uint32_t attr) | |
![]() | |
CppFuncLikeBase (CppObjType type, CppAccessType accessType) | |
Private Attributes | |
std::uint32_t | attr_ |
std::string | decor1_ |
std::string | decor2_ |
CppTemplateParamListPtr | templSpec_ |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |