The Gaudi Framework
master (37c0b60a)
|
#include <algorithm>
#include <functional>
#include <iosfwd>
#include <string>
#include <vector>
#include <GaudiKernel/Kernel.h>
#include <GaudiKernel/StatusCode.h>
Go to the source code of this file.
Classes | |
class | Gaudi::StringKey |
struct | std::hash< Gaudi::StringKey > |
specialization of hash function used in C++11 collections like std::unordered_map More... | |
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::Utils | |
Gaudi::Parsers | |
std | |
STL namespace. | |
Functions | |
std::size_t | Gaudi::hash_value (const Gaudi::StringKey &key) |
hash-function: heeded for boost::hash More... | |
std::string | operator+ (const std::string &lhs, const Gaudi::StringKey &rhs) |
std::string | operator+ (const char *lhs, const Gaudi::StringKey &rhs) |
std::string | operator+ (const Gaudi::StringKey &lhs, const std::string &rhs) |
std::string | operator+ (const Gaudi::StringKey &lhs, const char *rhs) |
GAUDI_API std::ostream & | Gaudi::Utils::toStream (const Gaudi::StringKey &key, std::ostream &s) |
send the object to stream (needed to use it as property) More... | |
std::ostream & | Gaudi::operator<< (std::ostream &o, const Gaudi::StringKey &key) |
printout of the object reply on the native printout for the string More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (Gaudi::StringKey &result, std::string_view input) |
parse the key from the string More... | |
GAUDI_API StatusCode | Gaudi::Parsers::parse (std::vector< Gaudi::StringKey > &result, std::string_view input) |
parse the vector of keys from the string More... | |
|
inline |
Definition at line 179 of file StringKey.h.
|
inline |
Definition at line 181 of file StringKey.h.
|
inline |
Definition at line 180 of file StringKey.h.
|
inline |
Definition at line 178 of file StringKey.h.