23 #ifndef _INTERFACES_GENERATOR_ENUM_CONSTANT_H_
24 #define _INTERFACES_GENERATOR_ENUM_CONSTANT_H_
38 bool has_custom_value;
44 const std::string &
get_name()
const;
46 const std::vector<EnumItem> &
get_items()
const;
47 void add_item(std::string name, std::string comment);
48 void add_item(std::string name, std::string comment,
int value);
53 std::vector<EnumItem> items_;