| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
JObjectStreamer class. More...
#include <JRootStreamer.hh>
  
Public Member Functions | |
| virtual JRootReader & | getObject (JRootReader &in, void *address) const | 
| Stream input.   | |
| virtual JRootWriter & | putObject (JRootWriter &out, const void *address) const | 
| Stream output.   | |
| virtual JRootWriter & | put (JRootWriter &out, const std::string &prefix, const void *address) const | 
| Stream output.   | |
JObjectStreamer class.
This class implements the JROOT::JAstractStreamer interface for the given template class.
The I/O functionality is transferred first to the JRootStreamer class and subsequently -by default- to the JRootReader and JRootWriter class.
Definition at line 644 of file JRootStreamer.hh.
      
  | 
  inlinevirtual | 
Stream input.
| in | object reader | 
| address | pointer to object | 
Implements JROOT::JAbstractStreamer.
Definition at line 655 of file JRootStreamer.hh.
      
  | 
  inlinevirtual | 
Stream output.
| out | object writer | 
| address | pointer to object | 
Implements JROOT::JAbstractStreamer.
Definition at line 668 of file JRootStreamer.hh.
      
  | 
  inlinevirtual | 
Stream output.
| out | object writer | 
| prefix | prefix | 
| address | pointer to object | 
Implements JROOT::JAbstractStreamer.
Definition at line 682 of file JRootStreamer.hh.