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