#include <GaudiPython/Printer.h>
|
| static std::string | print (const TYPE &object) |
| |
template<class TYPE>
struct GaudiPython::Printer< TYPE >
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 2005-08-05
Definition at line 28 of file Printer.h.
Definition at line 31 of file Printer.h.
{
std::stringstream stream ;
stream << object << std::endl ;
return stream.str() ;
} ;
The documentation for this struct was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v25r2/GaudiPython/GaudiPython/Printer.h