The Gaudi Framework  master (37c0b60a)
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 35 of file Printer.h.

Member Function Documentation

◆ print()

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

Definition at line 36 of file Printer.h.

36  {
38  stream << object << std::endl;
39  return stream.str();
40  };

The documentation for this struct was generated from the following file:
Write.stream
stream
Definition: Write.py:32
std::stringstream
STL class.
std::endl
T endl(T... args)