23 #ifndef __INTERFACES_GENERATOR_ENUM_CONSTANT_H_
24 #define __INTERFACES_GENERATOR_ENUM_CONSTANT_H_
46 void add_item(std::string name, std::string comment);
47 void add_item(std::string name, std::string comment,
int value);
52 std::string __comment;
53 std::vector<EnumItem> __items;