Jpp
master_rocky-40-g5f0272dcd
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. More... | |
virtual JRootWriter & | putObject (JRootWriter &out, const void *address) const |
Stream output. More... | |
virtual JRootWriter & | put (JRootWriter &out, const std::string &prefix, const void *address) const |
Stream output. More... | |
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 643 of file JRootStreamer.hh.
|
inlinevirtual |
Stream input.
in | object reader |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 654 of file JRootStreamer.hh.
|
inlinevirtual |
Stream output.
out | object writer |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 667 of file JRootStreamer.hh.
|
inlinevirtual |
Stream output.
out | object writer |
prefix | prefix |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 681 of file JRootStreamer.hh.