| 
    Jpp 19.3.0-rc.3
    
   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.   | |
| virtual std::ostream & | write (std::ostream &out, const char *prefix, const char postfix) const =0 | 
| Stream output.   | |
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::JPropertiesElementInterface, JEEP::JPropertiesTemplateElement< T >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< JProperties >, and JEEP::JPropertiesTemplateElement< JProperties::JFileReader >.