Gaudi Framework, version v20r2

Generated: 18 Jul 2008

GaudiPython::Printer< TYPE > Struct Template Reference

#include <GaudiPython/Printer.h>

List of all members.


Detailed Description

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

Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru

Date:
2005-08-05

Definition at line 28 of file Printer.h.

Static Public Member Functions

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


Member Function Documentation

template<class TYPE>
static std::string GaudiPython::Printer< TYPE >::print ( const TYPE &  object  )  [inline, static]

Definition at line 31 of file Printer.h.

References std::endl(), and std::basic_stringstream< _CharT, _Traits, _Alloc >::str().

00032     {
00033       std::stringstream stream ;
00034       stream << object << std::endl ;
00035       return stream.str() ;
00036     } ;


The documentation for this struct was generated from the following file:
Generated at Fri Jul 18 12:10:33 2008 for Gaudi Framework, version v20r2 by Doxygen version 1.5.1 written by Dimitri van Heesch, © 1997-2004