The Gaudi Framework
master (37c0b60a)
|
#include "CustomPropertiesAlg.h"
#include <string>
#include <unordered_map>
#include <Gaudi/Parsers/Factory.h>
#include <GaudiKernel/ToStream.h>
#include <map>
Go to the source code of this file.
Classes | |
struct | Gaudi::Parsers::Grammar_< Iterator, MyCustomType, Skipper > |
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 | |
std | |
STL namespace. | |
Gaudi::TestSuite | |
Typedefs | |
typedef std::unordered_map< std::string, std::string > | MyCustomType |
Functions | |
StatusCode | Gaudi::Parsers::parse (MyCustomType &result, std::string_view input) |
ostream & | std::operator<< (ostream &s, const MyCustomType &m) |
typedef std::unordered_map<std::string, std::string> MyCustomType |
Definition at line 20 of file CustomPropertiesAlg.cpp.