41 #if !defined(GLS_MENUDICTIONARY_H) 
   42 #define GLS_MENUDICTIONARY_H 
   45 #pragma warning (disable:4786) 
   51 #include "disti_metadata.h" 
   83         const std::string& str, 
 
   84         const char* startDelim = 
"$(", 
 
   85         const char* endDelim   = 
")");
 
   97     void Attach(
const std::string& name, T*& t)
 
  118     bool Refer(
const std::string& name, T& t)
 
  149             T currentVal = data->
Value();
 
  153                 data->
Value(currentVal);
 
  161 #endif // GLS_MENUDICTIONARY_H