Jpp
17.2.0
the software that should make you happy
|
Auxiliary base class for storing and loading a single object to and from an ASCII file, respectively. More...
#include <JObjectStreamIO.hh>
Public Member Functions | |
void | load (const char *file_name) |
Load from input file. More... | |
void | store (const char *file_name) const |
Store to output file. More... | |
Auxiliary base class for storing and loading a single object to and from an ASCII file, respectively.
The implementation of this functionality is based on a static cast of the given template parameter (known as "curiously recurring template pattern").
Definition at line 24 of file JObjectStreamIO.hh.
|
inline |
Load from input file.
file_name | file name |
Definition at line 30 of file JObjectStreamIO.hh.
|
inline |
Store to output file.
file_name | file name |
Definition at line 41 of file JObjectStreamIO.hh.