#include <Gaudi/Parsers/CommonParsers.h>
#include <Gaudi/Parsers/Factory.h>
#include <string>
#include <vector>
Go to the source code of this file.
◆ PARSERS_DEF_FOR_LIST
| #define PARSERS_DEF_FOR_LIST |
( |
| InnerType | ) |
|
Value:
}
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)
Definition at line 18 of file ParsersStandardListCommon.h.
18#define PARSERS_DEF_FOR_LIST( InnerType ) \
19 StatusCode Gaudi::Parsers::parse( std::vector<InnerType>& result, std::string_view input ) { \
20 return Gaudi::Parsers::parse_( result, input ); \
21 }