#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.
33 std::stringstream stream ;
34 stream <<
object << std::endl ;
The documentation for this struct was generated from the following file: