GaudiPython::Printer< ContainedObject > Struct Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiPython/Printer.h>

Static Public Member Functions

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

Detailed Description

template<>
struct GaudiPython::Printer< ContainedObject >

Definition at line 39 of file Printer.h.

Member Function Documentation

static std::string GaudiPython::Printer< ContainedObject >::print ( const ContainedObject object)
inlinestatic

Definition at line 42 of file Printer.h.

43  {
44  std::ostringstream stream ;
45  object.fillStream( stream ) ;
46  return stream.str() ;
47  } ;
static std::string GaudiPython::Printer< ContainedObject >::print ( const ContainedObject object)
inlinestatic

Definition at line 42 of file Printer.h.

43  {
44  std::ostringstream stream ;
45  object.fillStream( stream ) ;
46  return stream.str() ;
47  } ;

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