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.
Member Function Documentation
Definition at line 42 of file Printer.h.
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:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiPython/GaudiPython/Printer.h