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;
37 InterfacePseudoMap(std::string name, std::string type, std::string keytype, std::string comment);
46 void addRef(std::string fieldname, std::string key);