10 template <
typename K,
typename V>
34 auto alg = m_algMap.find(
path );
35 return (
alg != m_algMap.end() ) ?
alg->second :
"";
40 return ( node !=
m_nodeMap.end() ) ? node->second :
"";
Default implementation of a DataOnDemand mapper.
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
MapProp< std::string > m_nodeMap
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
std::string nodeTypeForPath(const std::string &path) override
#define DECLARE_COMPONENT(type)
std::pair< iterator, bool > insert(ValueType &&val)
This class is used for returning status codes from appropriate routines.
Common class providing an architecture-independent hash map.
Header file for std:chrono::duration-based Counters.