Gaudi Framework, version v20r3

Generated: 24 Nov 2008

GaudiPython::Printer< DataObject > Struct Template Reference

#include <Printer.h>

List of all members.


Detailed Description

template<>
struct GaudiPython::Printer< DataObject >

Definition at line 50 of file Printer.h.


Static Public Member Functions

static std::string print (const DataObject &type)

Member Function Documentation

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

Definition at line 52 of file Printer.h.

00053     {
00054       std::ostringstream stream ;
00055       type.fillStream( stream ) ;
00056       return stream.str() ;
00057     } ;


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

Generated at Mon Nov 24 14:47:41 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004