The Gaudi Framework  master (37c0b60a)
CustomPropertiesAlg.cpp File Reference
#include "CustomPropertiesAlg.h"
#include <string>
#include <unordered_map>
#include <Gaudi/Parsers/Factory.h>
#include <GaudiKernel/ToStream.h>
#include <map>
Include dependency graph for CustomPropertiesAlg.cpp:

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::stringMyCustomType
 

Functions

StatusCode Gaudi::Parsers::parse (MyCustomType &result, std::string_view input)
 
ostream & std::operator<< (ostream &s, const MyCustomType &m)
 

Typedef Documentation

◆ MyCustomType