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

#include <cppast.h>

Inheritance diagram for CppTypedefName:
Inheritance graph
Collaboration diagram for CppTypedefName:
Collaboration graph

Public Member Functions

 CppTypedefName (CppVar *var)
 
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

CppVarPtr var_
 
- Public Attributes inherited from CppObj
CppObjType objType_
 
CppAccessType accessType_
 All objects do not need this. More...
 

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kTypedefName
 

Detailed Description

Definition at line 735 of file cppast.h.

Constructor & Destructor Documentation

◆ CppTypedefName()

CppTypedefName::CppTypedefName ( CppVar var)
inline

Definition at line 741 of file cppast.h.

Member Function Documentation

◆ accept()

void CppTypedefName::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 747 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ kObjectType

constexpr CppObjType CppTypedefName::kObjectType = CppObjType::kTypedefName
staticconstexpr

Definition at line 737 of file cppast.h.

◆ var_

CppVarPtr CppTypedefName::var_

Definition at line 739 of file cppast.h.


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