| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

GaudiPython::Printer< TYPE > Struct Template Reference

#include <GaudiPython/Printer.h>

List of all members.


Static Public Member Functions

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

Detailed Description

template<class TYPE>
struct GaudiPython::Printer< TYPE >

Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru
Date:
2005-08-05

Definition at line 28 of file Printer.h.


Member Function Documentation

template<class TYPE>
static std::string GaudiPython::Printer< TYPE >::print ( const TYPE &  object  )  [inline, static]

Definition at line 31 of file Printer.h.

00032     {
00033       std::stringstream stream ;
00034       stream << object << std::endl ;
00035       return stream.str() ;
00036     } ;


The documentation for this struct was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:57 2011 for GaudiPython by doxygen 1.4.7