Gaudi::Utils::TuplePrinter< Tuple, 1 > Struct Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/ToStream.h>

Static Public Member Functions

static std::ostream & toStream (const Tuple &t, std::ostream &s)
 
static std::ostream & toStream (const Tuple &t, std::ostream &s)
 

Detailed Description

template<class Tuple>
struct Gaudi::Utils::TuplePrinter< Tuple, 1 >

Definition at line 372 of file ToStream.h.

Member Function Documentation

template<class Tuple >
static std::ostream& Gaudi::Utils::TuplePrinter< Tuple, 1 >::toStream ( const Tuple &  t,
std::ostream &  s 
)
inlinestatic

Definition at line 373 of file ToStream.h.

374  {
375  Gaudi::Utils::toStream(std::get<0>(t), s);
376  return s;
377  }
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
Definition: ToStream.h:341
string s
Definition: gaudirun.py:244
template<class Tuple >
static std::ostream& Gaudi::Utils::TuplePrinter< Tuple, 1 >::toStream ( const Tuple &  t,
std::ostream &  s 
)
inlinestatic

Definition at line 373 of file ToStream.h.

374  {
375  Gaudi::Utils::toStream(std::get<0>(t), s);
376  return s;
377  }
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
Definition: ToStream.h:341
string s
Definition: gaudirun.py:244

The documentation for this struct was generated from the following file: