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

#include <cppast.h>

Inheritance diagram for CppVarDeclInList:
Inheritance graph
Collaboration diagram for CppVarDeclInList:
Collaboration graph

Public Member Functions

 CppVarDeclInList (CppTypeModifier modifier, CppVarDecl varDecl)
 
- Public Member Functions inherited from CppVarDecl
 CppVarDecl (std::string name)
 
 CppVarDecl (std::string name, CppExpr *assign, AssignType assignType=AssignType::kNone)
 
std::string & name ()
 
void name (std::string _name)
 
CppExprassignValue ()
 
AssignType assignType ()
 
void assign (CppExpr *assignVal, AssignType assignType)
 
CppExprbitField ()
 
void bitField (CppExpr *_bitField)
 
CppArraySizesarraySizes ()
 
void addArraySize (CppExpr *arraySize)
 

Additional Inherited Members

- Public Attributes inherited from CppTypeModifier
CppRefType refType_
 
std::uint8_t ptrLevel_
 
std::uint32_t constBits_
 

Detailed Description

Definition at line 684 of file cppast.h.

Constructor & Destructor Documentation

◆ CppVarDeclInList()

CppVarDeclInList::CppVarDeclInList ( CppTypeModifier  modifier,
CppVarDecl  varDecl 
)
inline

Definition at line 686 of file cppast.h.


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