Jpp  17.2.1-pre0
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::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< const T > JEEP::JPropertiesTemplateElement< JProperties > JEEP::JPropertiesTemplateElement< JProperties::JFileReader >

Public Member Functions

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

Detailed Description

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

Definition at line 91 of file JAbstractIO.hh.

Constructor & Destructor Documentation

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

Virtual destructor.

Definition at line 96 of file JAbstractIO.hh.

97  {}

Member Function Documentation

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: