Jpp 19.3.0-rc.2
the software that should make you happy
|
Implementation for printing of a template class. More...
#include <JRootTypewriter.hh>
Public Member Functions | |
virtual void | print (std::ostream &out, const char *po) const override |
Print object. | |
void | print (std::ostream &out, const char *po) const |
Specialisation of print method for TString . | |
void | print (std::ostream &out, const char *po) const |
Specialisation of print method for std::string . | |
void | print (std::ostream &out, const char *po) const |
Specialisation of print method for unsigned char . | |
void | print (std::ostream &out, const char *po) const |
Specialisation of print method for unsigned char . | |
Implementation for printing of a template class.
This class implements the JROOT::JAstractTypewriter interface for the given template class.
Definition at line 68 of file JRootTypewriter.hh.
|
inlineoverridevirtual |
Print object.
out | output stream |
po | pointer to object |
Implements JROOT::JAbstractTypewriter.
Definition at line 78 of file JRootTypewriter.hh.
|
virtual |
Specialisation of print method for TString
.
out | output stream |
po | pointer to object |
Implements JROOT::JAbstractTypewriter.
Definition at line 92 of file JRootTypewriter.hh.
|
virtual |
Specialisation of print method for std::string
.
out | output stream |
po | pointer to object |
Implements JROOT::JAbstractTypewriter.
Definition at line 109 of file JRootTypewriter.hh.
|
virtual |
Specialisation of print method for unsigned char
.
out | output stream |
po | pointer to object |
Implements JROOT::JAbstractTypewriter.
Definition at line 122 of file JRootTypewriter.hh.
|
virtual |
Specialisation of print method for unsigned char
.
out | output stream |
po | pointer to object |
Implements JROOT::JAbstractTypewriter.
Definition at line 137 of file JRootTypewriter.hh.