Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
GaudiPython::Printer< ContainedObject > Struct Template Reference

#include <Printer.h>

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)
inlinestatic

Definition at line 42 of file Printer.h.

{
object.fillStream( stream ) ;
return stream.str() ;
} ;

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

Generated at Mon Feb 17 2014 14:38:19 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004