Jpp
15.0.1
the software that should make you happy
|
Forward declaration for friend declaration of JValueOutput inside JValueInput. More...
#include <JValue.hh>
Public Member Functions | |
JValueOutput (const T &object) | |
Constructor. More... | |
JValueOutput (const JValueInput< T > &object) | |
Constructor. More... | |
JValueOutput (const void *ps) | |
Constructor. More... | |
operator const T & () const | |
type conversion operator More... | |
virtual std::ostream & | write (std::ostream &out) const override |
Stream output. More... | |
Protected Attributes | |
const T * | p |
Forward declaration for friend declaration of JValueOutput inside JValueInput.
Wrapper class around template object.
This class implements the JStreamOutput interface. Note that this class can be used in conjuction with the JEquationFacet.
|
inline |
Constructor.
object | input object |
|
inline |
Constructor.
object | input object |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
protected |