1 #ifndef GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 2 #define GAUDIKERNEL_BOOSTARRAYASPROPERTY_H 1 12 #include "boost/array.hpp" 32 template <
class ITERATOR>
48 template <
class TYPE, std::
size_t N>
51 return toStream( obj.begin(), obj.end(),
s,
"( ",
" )",
" , " );
77 template <
class TYPE, std::
size_t N>
88 if (
N != tmp.size() ) {
92 std::copy( tmp.begin(), tmp.end(), result.begin() );
103 #endif // GAUDIKERNEL_BOOSTARRAYASPROPERTY_H constexpr static const auto FAILURE
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...
This class is used for returning status codes from appropriate routines.
constexpr static const auto SUCCESS
StatusCode parse(DataObjID &dest, const std::string &src)
Helper functions to set/get the application return code.