Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Static Public Member Functions

GaudiPython::Printer< TYPE > Struct Template Reference

#include <GaudiPython/Printer.h>

List of all members.

Static Public Member Functions

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

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.


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.

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

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:55:35 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004