CppParser
Loading...
Searching...
No Matches
cppfunc-info-accessor.h File Reference
#include "cppast.h"
#include "cppconst.h"
#include "cppobj-info-accessor.h"
Include dependency graph for cppfunc-info-accessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool isConst (CppFunctionBase *func)
 
bool isVirtual (CppFunctionBase *func)
 
bool isPureVirtual (CppFunctionBase *func)
 
bool isStatic (CppFunctionBase *func)
 
bool isInline (CppFunctionBase *func)
 
bool isOverride (CppFunctionBase *func)
 
bool isDeleted (CppFunctionBase *func)
 
bool isFinal (CppFunctionBase *func)
 
bool isMethod (CppFunctionEPtr func)
 

Function Documentation

◆ isConst()

bool isConst ( CppFunctionBase func)
inline

Definition at line 33 of file cppfunc-info-accessor.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isDeleted()

bool isDeleted ( CppFunctionBase func)
inline

Definition at line 57 of file cppfunc-info-accessor.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isFinal()

bool isFinal ( CppFunctionBase func)
inline

Definition at line 61 of file cppfunc-info-accessor.h.

Here is the call graph for this function:

◆ isInline()

bool isInline ( CppFunctionBase func)
inline

Definition at line 49 of file cppfunc-info-accessor.h.

Here is the call graph for this function:

◆ isMethod()

bool isMethod ( CppFunctionEPtr  func)
inline

Definition at line 66 of file cppfunc-info-accessor.h.

Here is the call graph for this function:

◆ isOverride()

bool isOverride ( CppFunctionBase func)
inline

Definition at line 53 of file cppfunc-info-accessor.h.

Here is the call graph for this function:

◆ isPureVirtual()

bool isPureVirtual ( CppFunctionBase func)
inline

Definition at line 41 of file cppfunc-info-accessor.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isStatic()

bool isStatic ( CppFunctionBase func)
inline

Definition at line 45 of file cppfunc-info-accessor.h.

Here is the call graph for this function:

◆ isVirtual()

bool isVirtual ( CppFunctionBase func)
inline

Definition at line 37 of file cppfunc-info-accessor.h.

Here is the call graph for this function: