23 #ifndef __INTERFACES_GENERATOR_PSEUDOMAP_H_
24 #define __INTERFACES_GENERATOR_PSEUDOMAP_H_
26 #include <interfaces/generator/enum_constant.h>
35 typedef std::list<std::pair<std::string, std::string> >
RefList;
38 std::string keytype, std::string comment);
47 void addRef(std::string fieldname, std::string key);
54 std::string __comment;
55 std::string __keytype;