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

Any other C/C++ preprocessor for which there is no class defined. More...

#include <cppast.h>

Inheritance diagram for CppUnRecogPrePro:
Inheritance graph
Collaboration diagram for CppUnRecogPrePro:
Collaboration graph

Public Member Functions

 CppUnRecogPrePro (std::string name, std::string defn)
 
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 name_
 
std::string defn_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kUnRecogPrePro
 

Detailed Description

Any other C/C++ preprocessor for which there is no class defined.

Definition at line 370 of file cppast.h.

Constructor & Destructor Documentation

◆ CppUnRecogPrePro()

CppUnRecogPrePro::CppUnRecogPrePro ( std::string  name,
std::string  defn 
)
inline

Definition at line 377 of file cppast.h.

Member Function Documentation

◆ accept()

void CppUnRecogPrePro::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 384 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ defn_

std::string CppUnRecogPrePro::defn_

Definition at line 375 of file cppast.h.

◆ kObjectType

constexpr CppObjType CppUnRecogPrePro::kObjectType = CppObjType::kUnRecogPrePro
staticconstexpr

Definition at line 372 of file cppast.h.

◆ name_

std::string CppUnRecogPrePro::name_

Definition at line 374 of file cppast.h.


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