The Gaudi Framework  v29r0 (ff2e7097)
ParsersCollections.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
5 // ============================================================================
7 // ============================================================================
8 
10 {
11  return Gaudi::Parsers::parse_( result, input );
12 }
13 
15 {
16  return Gaudi::Parsers::parse_( result, input );
17 }
18 // ============================================================================
A bit modified version of 'Loki::AssocVector' associative vector from Loki library by Andrei Alexandr...
Definition: VectorMap.h:103
StatusCode parse_(ResultT &result, const std::string &input)
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:28