Jpp
|
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 JAstractStreamer interface for the given template class. The I/O functionality is transferred to the JRootReader and JRootWriter class, respectively.
Definition at line 748 of file JRootStreamer.hh.
|
inlinevirtual |
Stream input.
in | object reader |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 759 of file JRootStreamer.hh.
|
inlinevirtual |
Stream output.
out | object writer |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 772 of file JRootStreamer.hh.
|
inlinevirtual |
Stream output.
out | object writer |
prefix | prefix |
address | pointer to object |
Implements JROOT::JAbstractStreamer.
Definition at line 786 of file JRootStreamer.hh.