Jpp
debug
the software that should make you happy
|
Type writer implementation of interface JTypeout based on member method const char* str() const;
More...
Public Member Functions | |
virtual std::ostream & | print (std::ostream &out, const void *p) const override |
Print object. More... | |
Type writer implementation of interface JTypeout based on member method const char* str() const;
Definition at line 51 of file JPrintHelper.hh.
|
inlineoverridevirtual |
Print object.
out | output stream |
p | pointer to object |
Implements JLANG::JPrintHelper::JTypeout.
Definition at line 61 of file JPrintHelper.hh.