Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
StdArrayAsProperty.h File Reference

Collection of utilities, which allows to use class std::array as property for Gaudi-components. More...

#include "GaudiKernel/ToStream.h"
#include <algorithm>
#include <array>
#include "GaudiKernel/Parsers.h"
Include dependency graph for StdArrayAsProperty.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gaudi
 Helper functions to set/get the application return code.
 
 Gaudi::Utils
 
 Gaudi::Parsers
 

Functions

template<class ITERATOR >
std::ostreamGaudi::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>
StatusCode Gaudi::Parsers::parse (std::array< TYPE, N > &result, const std::string &input)
 parse class std::array from the string More...
 

Detailed Description

Collection of utilities, which allows to use class std::array as property for Gaudi-components.

Attention
this file must be "included" before GaudiKernel/Property.h
Author
Alexander Mazurov alexa.nosp@m.nder.nosp@m..mazu.nosp@m.rov@.nosp@m.cern..nosp@m.ch
Date
2015-02-23
Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl
Date
2009-09-16

Definition in file StdArrayAsProperty.h.