CppParser
|
#include <cppast.h>
Public Member Functions | |
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 () |
Protected Member Functions | |
CppFuncLikeBase (CppObjType type, CppAccessType accessType) | |
Private Attributes | |
CppCompoundPtr | defn_ |
CppFuncThrowSpecPtr | throwSpec_ |
Additional Inherited Members | |
![]() | |
CppObjType | objType_ |
CppAccessType | accessType_ |
All objects do not need this. More... | |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |