Jpp
17.0.0
the software that should make you happy
|
Interface for ASCII output with prefix and postfix using standard streams. More...
#include <JAbstractIO.hh>
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... | |
Interface for ASCII output with prefix and postfix using standard streams.
Definition at line 91 of file JAbstractIO.hh.
|
inlinevirtual |
|
pure virtual |
Stream output.
out | output stream |
prefix | prefix |
postfix | postfix |
Implemented in JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, and JEEP::JPropertiesTemplateElement< T >.