|
Jpp
18.2.0-rc.1
the software that should make you happy
|
Wrapper class around template object. More...
#include <JValue.hh>
Public Member Functions | |
| JValueInput (T &object) | |
| Constructor. More... | |
| JValueInput (void *ps) | |
| Constructor. More... | |
| operator const T & () const | |
| type conversion operator More... | |
| operator T & () | |
| type conversion operator More... | |
| virtual std::istream & | read (std::istream &in) override |
| Stream input. More... | |
Protected Attributes | |
| T * | p |
Friends | |
| class | JValueOutput< T > |
Wrapper class around template object.
This class implements the JStreamInput interface. Note that this class can be used in conjuction with the JEquationFacet.
|
inline |
Constructor.
| object | input object |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
Stream input.
| in | input stream |
Implements JLANG::JStreamInput.
Definition at line 75 of file JValue.hh.
|
friend |
|
protected |
1.8.5