|
Jpp 21.0.0-rc.1
the software that should make you happy
|
Auxiliary class to load and store objects. More...
#include <JDriver.hh>
Static Public Member Functions | |
| static JClass_t * | load () |
| Load object. | |
| static JClass_t * | load (std::istream &in) |
| Load object. | |
| template<class T > | |
| static void | store (std::ostream &out, const T *p) |
| Store object. | |
Static Private Member Functions | |
| static JClass_t * | load (std::false_type option) |
| Load object without input. | |
| static JClass_t * | load (std::istream &in, std::false_type option) |
| Load object without input. | |
| static JClass_t * | load (std::istream &in, std::true_type option) |
| Load object with input. | |
| static void | store (std::ostream &out, const JClass_t *p, std::false_type option) |
| Store object without output. | |
| static void | store (std::ostream &out, const JClass_t *p, std::true_type option) |
| Store object with output. | |
Auxiliary class to load and store objects.
Definition at line 26 of file JDriver.hh.
|
inlinestaticprivate |
Load object without input.
| option | I/O option |
Definition at line 34 of file JDriver.hh.
|
inlinestaticprivate |
Load object without input.
| in | input stream |
| option | I/O option |
Definition at line 47 of file JDriver.hh.
|
inlinestaticprivate |
Load object with input.
| in | input stream |
| option | I/O option |
Definition at line 60 of file JDriver.hh.
|
inlinestaticprivate |
Store object without output.
This implementation doesn't do anything.
| out | output stream |
| option | I/O option |
| p | pointer to object |
Definition at line 85 of file JDriver.hh.
|
inlinestaticprivate |
Store object with output.
| out | output stream |
| option | I/O option |
| p | pointer object |
Definition at line 96 of file JDriver.hh.
|
inlinestatic |
Load object.
Definition at line 110 of file JDriver.hh.
|
inlinestatic |
Load object.
| in | input stream |
Definition at line 122 of file JDriver.hh.
|
inlinestatic |
Store object.
| out | output stream |
| p | pointer to object |
Definition at line 135 of file JDriver.hh.