![]() |
The Gaudi Framework
v36r9p1 (5c15b2bb)
|
#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 | |
Header file for std:chrono::duration-based Counters. | |
Gaudi::Parsers | |
std | |
STL namespace. | |
Gaudi::Examples | |
Typedefs | |
typedef std::unordered_map< std::string, std::string > | MyCustomType |
Functions | |
StatusCode | Gaudi::Parsers::parse (MyCustomType &result, const std::string &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.