42 #if !defined(GLS_MFDMENUSET_H)
43 #define GLS_MFDMENUSET_H
46 #pragma warning (disable:4786)
66 template <
class MenuType_t,
class DataFactory_t>
102 virtual void Read(std::istream& instr)
107 std::stringstream script;
108 script << instr.rdbuf();
110 std::string xls(script.str());
111 std::string::size_type pos(0);
112 while ((pos = xls.find(
"$(MFD)", pos)) != std::string::npos)
114 xls.replace(pos, 6, MFD_Name);
134 #endif // GLS_MFDMENUSET_H
std::string Name(Side_t side)
This file defines common MFD types.