| 
    Jpp
    18.5.0
    
   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.  More... | |
| static JRootWriter & | putObject (JRootWriter &writer, const T &object) | 
| Write object.  More... | |
| static JRootWriter & | put (JRootWriter &writer, const std::string &key, const T &value) | 
| Write given key and value according equation format.  More... | |
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 593 of file JRootStreamer.hh.
      
  | 
  inlinestatic | 
Read object.
| reader | ROOT reader | 
| object | object | 
Definition at line 601 of file JRootStreamer.hh.
      
  | 
  inlinestatic | 
Write object.
| writer | ROOT writer | 
| object | object | 
Definition at line 614 of file JRootStreamer.hh.
      
  | 
  inlinestatic | 
Write given key and value according equation format.
| writer | ROOT writer | 
| key | key | 
| value | value | 
Definition at line 628 of file JRootStreamer.hh.
 1.8.5