Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ParsersCollections.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
5 // ============================================================================
7 // ============================================================================
8 
10  return Gaudi::Parsers::parse_( result, input );
11 }
12 
14  return Gaudi::Parsers::parse_( result, input );
15 }
16 // ============================================================================
A bit modified version of 'Loki::AssocVector' associative vector from Loki library by Andrei Alexandr...
Definition: VectorMap.h:102
StatusCode parse_(ResultT &result, const std::string &input)
Definition: Factory.h:29
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:50