Fawkes API
Fawkes Development Version
|
Enumeration item. More...
#include <enum_constant.h>
Public Attributes | |
std::string | name |
Name of item. More... | |
std::string | comment |
Comment for item. More... | |
bool | has_custom_value |
True if custom value set. More... | |
int | custom_value |
Custom value. More... | |
Enumeration item.
Definition at line 34 of file enum_constant.h.
std::string InterfaceEnumConstant::EnumItem::comment |
Comment for item.
Definition at line 36 of file enum_constant.h.
int InterfaceEnumConstant::EnumItem::custom_value |
Custom value.
Definition at line 38 of file enum_constant.h.
bool InterfaceEnumConstant::EnumItem::has_custom_value |
True if custom value set.
Definition at line 37 of file enum_constant.h.
std::string InterfaceEnumConstant::EnumItem::name |
Name of item.
Definition at line 35 of file enum_constant.h.