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 )
117 bool Refer(
const std::string& name, T& t )
119 bool success(
false );
142 bool success(
false );
146 T currentVal = data->
Value();
150 data->
Value( currentVal );
157 #endif // GLS_MENUDICTIONARY_H