Jpp
17.3.2
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 JPARSER::JParserTemplateElement< JCounter >, JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JPARSER::JParserTemplateElement< bool >, JPARSER::JParserTemplateElement< JType_t, false >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JLANG::JValueOutput< T >, and JTOOLS::JAutoPointer< JDerived_t, JBase_t >.
|
friend |
Write object to output.
out | output stream |
object | object |
Definition at line 81 of file JAbstractIO.hh.