Gaudi Framework, version v22r4

Home   Generated: Fri Sep 2 2011
Static Public Member Functions

GaudiPython::Printer< ContainedObject > Struct Template Reference

#include <Printer.h>

List of all members.

Static Public Member Functions

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 ) [inline, static]

Definition at line 42 of file Printer.h.

    {
      std::ostringstream stream ;
      object.fillStream( stream ) ;
      return stream.str() ;
    } ;

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Sep 2 2011 16:26:01 for Gaudi Framework, version v22r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004