Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JLANG::JStreamSuffixOutput Class Referenceabstract

Interface for ASCII output with prefix and postfix using standard streams. More...

#include <JAbstractIO.hh>

Inheritance diagram for JLANG::JStreamSuffixOutput:
JEEP::JPropertiesElementInterface JEEP::JPropertiesTemplateElement< T > JEEP::JPropertiesTemplateElement< JProperties > JEEP::JPropertiesTemplateElement< JProperties::JFileReader > JEEP::JPropertiesTemplateElement< const T >

Public Member Functions

virtual ~JStreamSuffixOutput ()
 Virtual destructor.
 
virtual std::ostream & write (std::ostream &out, const char *prefix, const char postfix) const =0
 Stream output.
 

Detailed Description

Interface for ASCII output with prefix and postfix using standard streams.

Definition at line 91 of file JAbstractIO.hh.

Constructor & Destructor Documentation

◆ ~JStreamSuffixOutput()

virtual JLANG::JStreamSuffixOutput::~JStreamSuffixOutput ( )
inlinevirtual

Virtual destructor.

Definition at line 96 of file JAbstractIO.hh.

97 {}

Member Function Documentation

◆ write()

virtual std::ostream & JLANG::JStreamSuffixOutput::write ( std::ostream & out,
const char * prefix,
const char postfix ) const
pure virtual

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