Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
InterfaceEnumConstant::EnumItem Struct Reference

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.

Detailed Description

Enumeration item.

Definition at line 34 of file enum_constant.h.

Member Data Documentation

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.


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