|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
#include <Printer.h>
Static Public Member Functions | |
| static std::string | print (const ContainedObject &object) |
Definition at line 39 of file Printer.h.
| static std::string GaudiPython::Printer< ContainedObject >::print | ( | const ContainedObject & | object ) | [inline, static] |
Definition at line 42 of file Printer.h.
{
std::ostringstream stream ;
object.fillStream( stream ) ;
return stream.str() ;
} ;