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

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-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, std::size_t N>
struct Gaudi::Utils::TuplePrinter< Tuple, N >

Definition at line 335 of file ToStream.h.

Member Function Documentation

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

Definition at line 336 of file ToStream.h.

337  {
339  return Gaudi::Utils::toStream(std::get<N-1>(t), s);
340  }
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:319
string s
Definition: gaudirun.py:245
static std::ostream & toStream(const Tuple &t, std::ostream &s)
Definition: ToStream.h:336
template<class Tuple , std::size_t N>
static std::ostream& Gaudi::Utils::TuplePrinter< Tuple, N >::toStream ( const Tuple &  t,
std::ostream &  s 
)
inlinestatic

Definition at line 336 of file ToStream.h.

337  {
339  return Gaudi::Utils::toStream(std::get<N-1>(t), s);
340  }
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:319
string s
Definition: gaudirun.py:245
static std::ostream & toStream(const Tuple &t, std::ostream &s)
Definition: ToStream.h:336

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