Jpp
18.3.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. More... | |
static JClass_t * | load (std::istream &in) |
Load object. More... | |
template<class T > | |
static void | store (std::ostream &out, const T *p) |
Store object. More... | |
Static Private Member Functions | |
static JClass_t * | load (JLANG::JBool< false > option) |
Load object without input. More... | |
static JClass_t * | load (std::istream &in, JLANG::JBool< false > option) |
Load object without input. More... | |
static JClass_t * | load (std::istream &in, JLANG::JBool< true > option) |
Load object with input. More... | |
static void | store (std::ostream &out, const JClass_t *p, JBool< false > option) |
Store object without output. More... | |
static void | store (std::ostream &out, const JClass_t *p, JBool< true > option) |
Store object with output. More... | |
Auxiliary class to load and store objects.
Definition at line 27 of file JDriver.hh.
|
inlinestaticprivate |
Load object without input.
option | I/O option |
Definition at line 35 of file JDriver.hh.
|
inlinestaticprivate |
Load object without input.
in | input stream |
option | I/O option |
Definition at line 48 of file JDriver.hh.
|
inlinestaticprivate |
Load object with input.
in | input stream |
option | I/O option |
Definition at line 61 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 86 of file JDriver.hh.
|
inlinestaticprivate |
Store object with output.
out | output stream |
option | I/O option |
p | pointer object |
Definition at line 97 of file JDriver.hh.
|
inlinestatic |
|
inlinestatic |
Load object.
in | input stream |
Definition at line 123 of file JDriver.hh.
|
inlinestatic |
Store object.
out | output stream |
p | pointer to object |
Definition at line 136 of file JDriver.hh.