|
CppParser
|
#include <cppast.h>


Public Member Functions | |
| CppFuncThrowSpec * | throwSpec () |
| void | throwSpec (CppFuncThrowSpec *_throwSpec) |
| CppCompound * | defn () |
| void | defn (CppCompound *_defn) |
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 () |
Protected Member Functions | |
| CppFuncLikeBase (CppObjType type, CppAccessType accessType) | |
Private Attributes | |
| CppCompoundPtr | defn_ |
| CppFuncThrowSpecPtr | throwSpec_ |
Additional Inherited Members | |
Public Attributes inherited from CppObj | |
| CppObjType | objType_ |
| CppAccessType | accessType_ |
| All objects do not need this. More... | |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |