Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 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 Wed Jan 30 2013 17:13:51 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004