| 
    Jpp
    master_rocky-40-g5f0272dcd
    
   the software that should make you happy 
   | 
 
Interface for ASCII output using standard streams. More...
#include <JAbstractIO.hh>
  
Public Member Functions | |
| virtual | ~JStreamOutput () | 
| Virtual destructor.  More... | |
| virtual std::ostream & | write (std::ostream &out) const =0 | 
| Stream output.  More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JStreamOutput &object) | 
| Write object to output.  More... | |
Interface for ASCII output using standard streams.
Definition at line 56 of file JAbstractIO.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Stream output.
| out | output stream | 
Implemented in JTOOLS::JAutoPointer< JDerived_t, JBase_t >, JLANG::JValueOutput< T >, JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< bool >, and JPARSER::JParserTemplateElement< JType_t, false >.
      
  | 
  friend | 
Write object to output.
| out | output stream | 
| object | object | 
Definition at line 81 of file JAbstractIO.hh.