3 #ifndef GAUDIPYTHON_PRINTER_H
4 #define GAUDIPYTHON_PRINTER_H 1
30 static std::string
print
31 (
const TYPE&
object )
33 std::stringstream stream ;
34 stream <<
object << std::endl ;
41 static std::string
print
44 std::ostringstream stream ;
45 object.fillStream( stream ) ;
54 std::ostringstream stream ;
62 #endif // GAUDIPYTHON_PRINTER_H
virtual std::ostream & fillStream(std::ostream &s) const
Fill the output stream (ASCII)
static std::string print(const DataObject &type)
All classes that their objects may be contained in an LHCb ObjectContainer (e.g.
static std::string print(const TYPE &object)
A DataObject is the base class of any identifiable object on any data store.