Jpp
18.3.0
the software that should make you happy
|
Auxiliary base class for storing and loading a single object to and from a binary file, respectively. More...
#include <JObjectBinaryIO.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 a binary 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 23 of file JObjectBinaryIO.hh.
|
inline |
Load from input file.
file_name | file name |
Definition at line 29 of file JObjectBinaryIO.hh.
|
inline |
Store to output file.
file_name | file name |
Definition at line 40 of file JObjectBinaryIO.hh.