|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
Collection of utilities, which allows to use class boost::array as property for Gaudi-components. More...
#include <algorithm>#include "boost/array.hpp"#include "GaudiKernel/Parsers.h"#include "GaudiKernel/PropertyTypeTraits.h"
Go to the source code of this file.
Classes | |
| struct | Gaudi::Utils::PropertyTypeTraits< boost::array< T, N > > |
| the specialization of property-traits for class boost::array to take care the non-trivial assignements and constructors for this class More... | |
Namespaces | |
| namespace | Gaudi |
Helper functions to set/get the application return code. | |
| namespace | Gaudi::Utils |
| namespace | Gaudi::Parsers |
Defines | |
| #define | GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 1 |
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 | |
| 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" | |
| 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 | |
Collection of utilities, which allows to use class boost::array as property for Gaudi-components.
Definition in file BoostArrayAsProperty.h.
| #define GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 1 |
Definition at line 4 of file BoostArrayAsProperty.h.