Jpp 19.3.0-rc.1
the software that should make you happy
|
Wrapper class around template object. More...
#include <JValue.hh>
Public Member Functions | |
JValue (T &object) | |
Constructor. | |
JValue (void *ps) | |
Constructor. | |
operator const T & () const | |
type conversion operator | |
operator T& () | |
type conversion operator | |
virtual std::istream & | read (std::istream &in) override |
Stream input. | |
operator const T & () const | |
type conversion operator | |
virtual std::ostream & | write (std::ostream &out) const override |
Stream output. | |
Protected Attributes | |
T * | p |
const T * | p |
Wrapper class around template object.
This class implements the JStreamInput and JStreamOutput interfaces.
|
inline |
|
inline |
Constructor.
ps | pointer to valid object |
|
inlineinherited |
|
inlineinherited |
|
inlineoverridevirtualinherited |
|
inlineinherited |
|
inlineoverridevirtualinherited |
|
protectedinherited |
|
protectedinherited |