Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
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 28 of file Printer.h.

Member Function Documentation

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

Definition at line 31 of file Printer.h.

{
stream << object << std::endl ;
return stream.str() ;
} ;

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

Generated at Wed Dec 4 2013 14:33:22 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004