The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
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

namespace  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.
 
namespace  Gaudi::Parsers
 
namespace  std
 STL namespace.
 
namespace  Gaudi::TestSuite
 

Typedefs

typedef std::unordered_map< std::string, std::string > MyCustomType
 

Functions

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

Typedef Documentation

◆ MyCustomType

typedef std::unordered_map<std::string, std::string> MyCustomType

Definition at line 20 of file CustomPropertiesAlg.cpp.