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

#include <cppast.h>

Inheritance diagram for CppTypedefList:
Inheritance graph
Collaboration diagram for CppTypedefList:
Collaboration graph

Public Member Functions

 CppTypedefList (CppVarList *varList)
 
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

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

Static Public Attributes

static constexpr CppObjType kObjectType = CppObjType::kTypedefNameList
 

Detailed Description

Definition at line 760 of file cppast.h.

Constructor & Destructor Documentation

◆ CppTypedefList()

CppTypedefList::CppTypedefList ( CppVarList varList)
inline

Definition at line 766 of file cppast.h.

Member Function Documentation

◆ accept()

void CppTypedefList::accept ( CppVisitorBase v)
inlineoverridevirtual

Implements CppObj.

Definition at line 772 of file cppast.h.

Here is the call graph for this function:

Member Data Documentation

◆ kObjectType

constexpr CppObjType CppTypedefList::kObjectType = CppObjType::kTypedefNameList
staticconstexpr

Definition at line 762 of file cppast.h.

◆ varList_

CppVarListPtr CppTypedefList::varList_

Definition at line 764 of file cppast.h.


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