Gaudi Framework, version v20r2

Generated: 18 Jul 2008

GaudiPython::Printer< ContainedObject > Struct Template Reference

#include <Printer.h>

List of all members.


Detailed Description

template<>
struct GaudiPython::Printer< ContainedObject >

Definition at line 39 of file Printer.h.

Static Public Member Functions

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


Member Function Documentation

static std::string GaudiPython::Printer< ContainedObject >::print ( const ContainedObject object  )  [inline, static]

Definition at line 42 of file Printer.h.

References ContainedObject::fillStream(), and std::basic_ostringstream< _CharT, _Traits, _Alloc >::str().

00043     {
00044       std::ostringstream stream ;
00045       object.fillStream( stream ) ;
00046       return stream.str() ;
00047     } ;


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