The Gaudi Framework  v30r3 (a5ef0a68)
ParsersStandardMisc3.cpp
Go to the documentation of this file.
2 
4 {
5  return Gaudi::Parsers::parse_( result, input );
6 }
7 
9 {
10  return Gaudi::Parsers::parse_( result, input );
11 }
12 
14 {
15  return Gaudi::Parsers::parse_( result, input );
16 }
17 
19 {
20  return Gaudi::Parsers::parse_( result, input );
21 }
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:51