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

#include <cppast.h>

Inheritance diagram for CppUndef:
Inheritance graph
Collaboration diagram for CppUndef:
Collaboration graph

Public Member Functions

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

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kHashUndef
 

Detailed Description

Definition at line 212 of file cppast.h.

Constructor & Destructor Documentation

◆ CppUndef()

CppUndef::CppUndef ( std::string  name)
inline

Definition at line 218 of file cppast.h.

Member Function Documentation

◆ accept()

void CppUndef::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 224 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ kObjectType

constexpr CppObjType CppUndef::kObjectType = CppObjType::kHashUndef
staticconstexpr

Definition at line 214 of file cppast.h.

◆ name_

std::string CppUndef::name_

Definition at line 216 of file cppast.h.


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