The Gaudi Framework
master (37c0b60a)
|
#include <Gaudi/Parsers/Factory.h>
#include <GaudiKernel/Bootstrap.h>
#include <GaudiKernel/DataObjID.h>
#include <GaudiKernel/IClassIDSvc.h>
#include <GaudiKernel/ISvcLocator.h>
#include <functional>
#include <iomanip>
#include <iostream>
#include <GaudiKernel/ToStream.h>
Go to the source code of this file.
Classes | |
struct | Gaudi::Parsers::DataObjIDGrammar< Iterator, Skipper > |
struct | Gaudi::Parsers::DataObjIDGrammar< Iterator, Skipper >::Operations |
Namespaces | |
Gaudi | |
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from python with a format liks : ( nbins, min, max, title ) where title can be ommited. | |
Gaudi::Parsers | |
Functions | |
Gaudi::Parsers::REGISTER_GRAMMAR (DataObjID, DataObjIDGrammar) | |
StatusCode | parse (DataObjID &dest, std::string_view src) |
std::ostream & | toStream (const DataObjID &d, std::ostream &os) |
StatusCode parse | ( | DataObjID & | dest, |
std::string_view | src | ||
) |
Definition at line 57 of file DataObjID.cpp.
std::ostream& toStream | ( | const DataObjID & | d, |
std::ostream & | os | ||
) |
Definition at line 93 of file DataObjID.cpp.