32std::map<std::string, std::string> EvtSymTable::_symMap;
40 if ( _symMap.find( symname ) != _symMap.end() )
42 report(
INFO,
"EvtGen" ) <<
"Symbol:" << symname.c_str()
43 <<
" redefined, old value:" << _symMap[symname].c_str()
44 <<
" new value:" << d.c_str() << endl;
58 if ( _symMap.find( symname ) != _symMap.end() )
return _symMap[symname];
ostream & report(Severity severity, const char *facility)
static void Define(const std::string &name, std::string d)
static std::string Get(const std::string &name, int &ierr)