Fawkes API  Fawkes Development Version
InterfaceEnumConstant::EnumItem Struct Reference

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...
 

Detailed Description

Enumeration item.

Definition at line 34 of file enum_constant.h.

Member Data Documentation

◆ comment

std::string InterfaceEnumConstant::EnumItem::comment

Comment for item.

Definition at line 36 of file enum_constant.h.

◆ custom_value

int InterfaceEnumConstant::EnumItem::custom_value

Custom value.

Definition at line 38 of file enum_constant.h.

◆ has_custom_value

bool InterfaceEnumConstant::EnumItem::has_custom_value

True if custom value set.

Definition at line 37 of file enum_constant.h.

◆ name

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: