15 #define PARSERS_DEF_FOR_SINGLE( Type ) \ 16 StatusCode Gaudi::Parsers::parse( Type& result, const std::string& input ) { \ 17 return Gaudi::Parsers::parse_( result, input ); \ 33 #if BOOST_VERSION <= 105500 40 result = static_cast<float>( tmp );
StatusCode parse_(ResultT &result, const std::string &input)
#define PARSERS_DEF_FOR_SINGLE(Type)
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
This class is used for returning status codes from appropriate routines.