CppParser
Loading...
Searching...
No Matches
CppFuncLikeBase Struct Reference

#include <cppast.h>

Inheritance diagram for CppFuncLikeBase:
Inheritance graph
Collaboration diagram for CppFuncLikeBase:
Collaboration graph

Public Member Functions

CppFuncThrowSpecthrowSpec ()
 
void throwSpec (CppFuncThrowSpec *_throwSpec)
 
CppCompounddefn ()
 
void defn (CppCompound *_defn)
 
- Public Member Functions inherited from CppObj
 CppObj (CppObjType type, CppAccessType accessType)
 
CppCompoundowner ()
 
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...
 

Detailed Description

Definition at line 1160 of file cppast.h.

Constructor & Destructor Documentation

◆ CppFuncLikeBase()

CppFuncLikeBase::CppFuncLikeBase ( CppObjType  type,
CppAccessType  accessType 
)
inlineprotected

Definition at line 1181 of file cppast.h.

Member Function Documentation

◆ defn() [1/2]

CppCompound * CppFuncLikeBase::defn ( )
inline

Definition at line 1171 of file cppast.h.

Here is the caller graph for this function:

◆ defn() [2/2]

void CppFuncLikeBase::defn ( CppCompound _defn)
inline

Definition at line 1175 of file cppast.h.

◆ throwSpec() [1/2]

CppFuncThrowSpec * CppFuncLikeBase::throwSpec ( )
inline

Definition at line 1162 of file cppast.h.

◆ throwSpec() [2/2]

void CppFuncLikeBase::throwSpec ( CppFuncThrowSpec _throwSpec)
inline

Definition at line 1166 of file cppast.h.

Member Data Documentation

◆ defn_

CppCompoundPtr CppFuncLikeBase::defn_
private

Definition at line 1187 of file cppast.h.

◆ throwSpec_

CppFuncThrowSpecPtr CppFuncLikeBase::throwSpec_
private

Definition at line 1188 of file cppast.h.


The documentation for this struct was generated from the following file: