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

#include <cppast.h>

Inheritance diagram for CppMacroCall:
Inheritance graph
Collaboration diagram for CppMacroCall:
Collaboration graph

Public Member Functions

 CppMacroCall (std::string macroCall, CppAccessType accessType)
 
void accept (CppVisitorBase *v) override
 
- Public Member Functions inherited from CppObj
 CppObj (CppObjType type, CppAccessType accessType)
 
CppCompoundowner ()
 
void owner (CppCompound *o)
 
virtual void accept (CppVisitorBase *v)=0
 
virtual ~CppObj ()
 

Public Attributes

std::string macroCall_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kMacroCall
 

Detailed Description

Definition at line 782 of file cppast.h.

Constructor & Destructor Documentation

◆ CppMacroCall()

CppMacroCall::CppMacroCall ( std::string  macroCall,
CppAccessType  accessType 
)
inline

Definition at line 788 of file cppast.h.

Member Function Documentation

◆ accept()

void CppMacroCall::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 794 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ kObjectType

constexpr CppObjType CppMacroCall::kObjectType = CppObjType::kMacroCall
staticconstexpr

Definition at line 784 of file cppast.h.

◆ macroCall_

std::string CppMacroCall::macroCall_

Definition at line 786 of file cppast.h.


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