ParsersStandardSingle.cpp File Reference
#include "GaudiKernel/Parsers.h"
#include "GaudiKernel/ParsersFactory.h"
#include <string>
#include <vector>
#include <set>
#include <map>
Include dependency graph for ParsersStandardSingle.cpp:

Go to the source code of this file.

Macros

#define PARSERS_DEF_FOR_SINGLE(Type)
 

Macro Definition Documentation

#define PARSERS_DEF_FOR_SINGLE (   Type)
Value:
return Gaudi::Parsers::parse_(result, input);\
}
StatusCode parse_(ResultT &result, const std::string &input)
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
Type
the list of available types for ntuples
Definition: TupleObj.h:79

Definition at line 15 of file ParsersStandardSingle.cpp.