#include <cppast.h>
Definition at line 494 of file cppast.h.
◆ CppVarDecl() [1/2]
CppVarDecl::CppVarDecl |
( |
std::string |
name | ) |
|
|
inline |
◆ CppVarDecl() [2/2]
CppVarDecl::CppVarDecl |
( |
std::string |
name, |
|
|
CppExpr * |
assign, |
|
|
AssignType |
assignType = AssignType::kNone |
|
) |
| |
|
inline |
◆ addArraySize()
void CppVarDecl::addArraySize |
( |
CppExpr * |
arraySize | ) |
|
|
inline |
◆ arraySizes()
◆ assign()
◆ assignType()
◆ assignValue()
CppExpr * CppVarDecl::assignValue |
( |
| ) |
|
|
inline |
◆ bitField() [1/2]
◆ bitField() [2/2]
void CppVarDecl::bitField |
( |
CppExpr * |
_bitField | ) |
|
|
inline |
◆ name() [1/2]
std::string & CppVarDecl::name |
( |
| ) |
|
|
inline |
◆ name() [2/2]
void CppVarDecl::name |
( |
std::string |
_name | ) |
|
|
inline |
◆ arraySizes_
◆ assignType_
AssignType CppVarDecl::assignType_ {AssignType::kNone} |
|
private |
◆ assignValue_
◆ bitField_
◆ name_
std::string CppVarDecl::name_ |
|
private |
The documentation for this struct was generated from the following file: