Jpp
15.0.3
the software that should make you happy
|
Print interface. More...
Public Member Functions | |
virtual | ~JTypeout () |
Virtual destructor. More... | |
virtual std::ostream & | print (std::ostream &out, const void *p) const =0 |
Print object. More... | |
Print interface.
Definition at line 28 of file JPrintHelper.hh.
|
inlinevirtual |
|
pure virtual |
Print object.
out | output stream |
p | pointer to object |
Implemented in JLANG::JPrintHelper::JTypewriter< T >.