Jpp
17.3.0-rc.1
the software that should make you happy
|
Auxiliary class to write object with ROOT dictionary from ASCII formatted file. More...
#include <JASCIIFileStreamer.hh>
Public Member Functions | |
JASCIIFileWriter (const JRootDictionary &dictionary=JRootDictionary::getInstance()) | |
Constructor. More... | |
JASCIIFileWriter (const char *const file_name, const JRootDictionary &dictionary=JRootDictionary::getInstance()) | |
Constructor. More... | |
JASCIIFileWriter & | operator<< (const T &object) |
Write object to this file. More... | |
Private Attributes | |
T | object |
internal value More... | |
std::vector < JROOT::JRootWritableClass > | columns |
column count -> data member More... | |
JRootWriter | writer |
Auxiliary class to write object with ROOT dictionary from ASCII formatted file.
The names of in the first line are one-to-one mapped to the names of the data members of the corresponding data structure using the corresponding ROOT dictionary.
Definition at line 132 of file JASCIIFileStreamer.hh.
|
inline |
Constructor.
dictionary | dictionary |
Definition at line 142 of file JASCIIFileStreamer.hh.
|
inline |
Constructor.
file_name | file name |
dictionary | dictionary |
Definition at line 153 of file JASCIIFileStreamer.hh.
|
inline |
Write object to this file.
object | object |
Definition at line 167 of file JASCIIFileStreamer.hh.
|
private |
internal value
Definition at line 198 of file JASCIIFileStreamer.hh.
|
private |
column count -> data member
Definition at line 200 of file JASCIIFileStreamer.hh.
|
private |
Definition at line 202 of file JASCIIFileStreamer.hh.