|
Jpp 19.3.0-rc.1
the software that should make you happy
|
Auxiliary template class to define default implementation of the ROOT streamer. More...
#include <JRootStreamer.hh>
Static Public Member Functions | |
| static JRootReader & | getObject (JRootReader &reader, T &object) |
| Read object. | |
| static JRootWriter & | putObject (JRootWriter &writer, const T &object) |
| Write object. | |
| static JRootWriter & | put (JRootWriter &writer, const std::string &key, const T &value) |
| Write given key and value according equation format. | |
Auxiliary template class to define default implementation of the ROOT streamer.
This class transfers the I/O functionality to the JRootReader or JRootWriter class.
For a custom implementation of the I/O a given class, this class should be specialised.
The class should also be added to the dictionary in use (method JRootDictionary::add).
Definition at line 594 of file JRootStreamer.hh.
|
inlinestatic |
Read object.
| reader | ROOT reader |
| object | object |
Definition at line 602 of file JRootStreamer.hh.
|
inlinestatic |
Write object.
| writer | ROOT writer |
| object | object |
Definition at line 615 of file JRootStreamer.hh.
|
inlinestatic |
Write given key and value according equation format.
| writer | ROOT writer |
| key | key |
| value | value |
Definition at line 629 of file JRootStreamer.hh.