Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JLANG::JPrintHelper::JTypeout Struct Referenceabstract

Print interface. More...

Inheritance diagram for JLANG::JPrintHelper::JTypeout:
JLANG::JPrintHelper::JTypewriter< T >

Public Member Functions

virtual ~JTypeout ()
 Virtual destructor. More...
 
virtual std::ostream & print (std::ostream &out, const void *p) const =0
 Print object. More...
 

Detailed Description

Print interface.

Definition at line 28 of file JPrintHelper.hh.

Constructor & Destructor Documentation

virtual JLANG::JPrintHelper::JTypeout::~JTypeout ( )
inlinevirtual

Virtual destructor.

Definition at line 32 of file JPrintHelper.hh.

33  {}

Member Function Documentation

virtual std::ostream& JLANG::JPrintHelper::JTypeout::print ( std::ostream &  out,
const void *  p 
) const
pure virtual

Print object.

Parameters
outoutput stream
ppointer to object
Returns
output stream

Implemented in JLANG::JPrintHelper::JTypewriter< T >.


The documentation for this struct was generated from the following file: