18# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
26#define PARSERS_DEF_FOR_SINGLE( Type ) \
27 StatusCode Gaudi::Parsers::parse( Type& result, std::string_view input ) { \
28 return Gaudi::Parsers::parse_( result, input ); \
44#if BOOST_VERSION <= 105500
51 result =
static_cast<float>( tmp );
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
#define PARSERS_DEF_FOR_SINGLE(Type)
@fixme workaround for a warning in a Boost spirit header
This class is used for returning status codes from appropriate routines.
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
StatusCode parse_(ResultT &result, std::string_view input)