|
Jpp 19.3.0-rc.3
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. | |
| JASCIIFileWriter (const char *const file_name, const JRootDictionary &dictionary=JRootDictionary::getInstance()) | |
| Constructor. | |
| JASCIIFileWriter & | operator<< (const T &object) |
| Write object to this file. | |
Private Attributes | |
| T | object |
| internal value | |
| std::vector< JROOT::JRootWritableClass > | columns |
| column count -> data member | |
| 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.