| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GaudiPython::Printer< DataObject > Struct Template Reference

#include <Printer.h>

List of all members.


Static Public Member Functions

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

Detailed Description

template<>
struct GaudiPython::Printer< DataObject >

Definition at line 50 of file Printer.h.


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:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:57 2011 for GaudiPython by doxygen 1.4.7