GaudiPython::Printer< ContainedObject > Struct Template Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/996/GAUDI/GAUDI_v26r4/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 37 of file Printer.h.

Member Function Documentation

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

Definition at line 40 of file Printer.h.

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

Definition at line 40 of file Printer.h.

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

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