Jpp
|
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) |
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 |
|
inlinevirtual |
Stream input.
in | input stream |
Implements JLANG::JStreamInput.
Definition at line 75 of file JValue.hh.
|
friend |
|
protected |