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