1 #ifndef GAUDIKERNEL_STDARRAYASPROPERTY_H     2 #define GAUDIKERNEL_STDARRAYASPROPERTY_H 1    32     template <
class ITERATOR>
    63     template <
class TYPE, std::
size_t N>
    74       if ( 
N != tmp.size() ) {
    89 #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 
implementation of various functions for streaming. 
Helper functions to set/get the application return code.