![]() |
The Gaudi Framework
v37r1 (a7f61348)
|
Go to the source code of this file.
Namespaces | |
Gaudi | |
Header file for std:chrono::duration-based Counters. | |
Gaudi::Utils | |
Gaudi::Parsers | |
Functions | |
template<class ITERATOR > | |
std::ostream & | Gaudi::Utils::toStream (ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim) |
the helper function to print the sequence More... | |
template<class TYPE , std::size_t N> | |
std::ostream & | Gaudi::Utils::toStream (const boost::array< TYPE, N > &obj, std::ostream &s) |
printout of class boost::array The format is "Python's tuple" More... | |
template<class TYPE , std::size_t N> | |
StatusCode | Gaudi::Parsers::parse (boost::array< TYPE, N > &result, const std::string &input) |
parse class boost::array from the string More... | |
Collection of utilities, which allows to use class boost::array as property for Gaudi-components
Definition in file BoostArrayAsProperty.h.