The Gaudi Framework  v36r11 (bdb84f5f)
ParsersStandardSingle.cpp File Reference
#include <Gaudi/Parsers/CommonParsers.h>
#include <Gaudi/Parsers/Factory.h>
#include <map>
#include <set>
#include <string>
#include <vector>
Include dependency graph for ParsersStandardSingle.cpp:

Go to the source code of this file.

Macros

#define PARSERS_DEF_FOR_SINGLE(Type)
 

Macro Definition Documentation

◆ PARSERS_DEF_FOR_SINGLE

#define PARSERS_DEF_FOR_SINGLE (   Type)
Value:
StatusCode Gaudi::Parsers::parse( Type& result, const std::string& input ) { \
return Gaudi::Parsers::parse_( result, input ); \
}

Definition at line 26 of file ParsersStandardSingle.cpp.

std::string
STL class.
StatusCode
Definition: StatusCode.h:65
Gaudi::Parsers::parse_
StatusCode parse_(ResultT &result, const std::string &input)
Definition: Factory.h:39
Tuples::Type
Type
Definition: TupleObj.h:91
Gaudi::Parsers::parse
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
Definition: DODBasicMapper.cpp:21