|
Jpp
16.0.3
the software that should make you happy
|
Auxiliary class to read objects with ROOT dictionary from ASCII formatted file. More...
#include <JASCIIFileStreamer.hh>
Public Member Functions | |
| JASCIIFileReader (const JRootDictionary &dictionary=JRootDictionary::getInstance()) | |
| Constructor. More... | |
| JASCIIFileReader (const char *const file_name, const JRootDictionary &dictionary=JRootDictionary::getInstance()) | |
| Constructor. More... | |
| JASCIIFileReader & | operator>> (T &object) |
| Read object from this file. More... | |
Private Attributes | |
| T | object |
| internal value More... | |
| T | value |
| default value More... | |
| std::vector < JROOT::JRootReadableClass > | columns |
| column count -> data member More... | |
| JRootReader | reader |
Auxiliary class to read objects 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 33 of file JASCIIFileStreamer.hh.
|
inline |
Constructor.
| dictionary | dictionary |
Definition at line 43 of file JASCIIFileStreamer.hh.
|
inline |
Constructor.
| file_name | file name |
| dictionary | dictionary |
Definition at line 54 of file JASCIIFileStreamer.hh.
|
inline |
Read object from this file.
| object | object |
Definition at line 68 of file JASCIIFileStreamer.hh.
|
private |
internal value
Definition at line 116 of file JASCIIFileStreamer.hh.
|
private |
default value
Definition at line 117 of file JASCIIFileStreamer.hh.
|
private |
column count -> data member
Definition at line 119 of file JASCIIFileStreamer.hh.
|
private |
Definition at line 121 of file JASCIIFileStreamer.hh.
1.8.5