The Gaudi Framework  v36r7 (7f57a304)
ParsersStandardListCommon.h File Reference
#include <Gaudi/Parsers/CommonParsers.h>
#include <Gaudi/Parsers/Factory.h>
#include <string>
#include <vector>
Include dependency graph for ParsersStandardListCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PARSERS_DEF_FOR_LIST(InnerType)
 

Macro Definition Documentation

◆ PARSERS_DEF_FOR_LIST

#define PARSERS_DEF_FOR_LIST (   InnerType)
Value:
return Gaudi::Parsers::parse_( result, input ); \
}

Definition at line 26 of file ParsersStandardListCommon.h.

std::string
STL class.
std::vector
STL class.
StatusCode
Definition: StatusCode.h:65
Gaudi::Parsers::parse_
StatusCode parse_(ResultT &result, const std::string &input)
Definition: Factory.h:39
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