The Gaudi Framework  v30r3 (a5ef0a68)
GaudiPython::Printer< TYPE > Struct Template Reference

#include <GaudiPython/Printer.h>

Static Public Member Functions

static std::string print (const TYPE &object)
 

Detailed Description

template<class TYPE>
struct GaudiPython::Printer< TYPE >

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
Date
2005-08-05

Definition at line 26 of file Printer.h.

Member Function Documentation

template<class TYPE >
static std::string GaudiPython::Printer< TYPE >::print ( const TYPE &  object)
inlinestatic

Definition at line 27 of file Printer.h.

28  {
29  std::stringstream stream;
30  stream << object << std::endl;
31  return stream.str();
32  };
T endl(T...args)
T str(T...args)

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