1 #ifndef GAUDIKERNEL_STDARRAYASPROPERTY_H 2 #define GAUDIKERNEL_STDARRAYASPROPERTY_H 1 31 template <
class ITERATOR>
48 template <
class TYPE, std::
size_t N>
53 ( obj.
begin () , obj.
end () ,
s ,
" ( " ,
" )" ,
" , " ) ;
79 template <
class TYPE, std::
size_t N>
89 if (
N != tmp.size() )
103 #endif // GAUDIKERNEL_STDARRAYASPROPERTY_H
std::ostream & 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
The declaration of major parsing functions used e.g for (re)implementation of new extended properties...
bool isFailure() const
Test for a status code of FAILURE.
This class is used for returning status codes from appropriate routines.
StatusCode parse(std::array< TYPE, N > &result, const std::string &input)
parse class std::array from the string
Helper functions to set/get the application return code.