Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
virtual std::ostream & print (std::ostream &out, const void *p) const =0
 Print object.
 

Detailed Description

Print interface.

Definition at line 28 of file JPrintHelper.hh.

Constructor & Destructor Documentation

◆ ~JTypeout()

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

Virtual destructor.

Definition at line 32 of file JPrintHelper.hh.

33 {}

Member Function Documentation

◆ print()

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: