#include <cppast.h>
Definition at line 1886 of file cppast.h.
◆ CppEnum()
CppEnum::CppEnum |
( |
CppAccessType |
accessType, |
|
|
std::string |
name, |
|
|
CppEnumItemList * |
itemList, |
|
|
bool |
isClass = false , |
|
|
std::string |
underlyingType = std::string() |
|
) |
| |
|
inline |
◆ accept()
◆ isClass_
◆ itemList_
◆ kObjectType
constexpr CppObjType CppEnum::kObjectType = CppObjType::kEnum |
|
staticconstexpr |
◆ name_
std::string CppEnum::name_ |
◆ underlyingType_
std::string CppEnum::underlyingType_ |
The documentation for this struct was generated from the following file: