| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Interface for ASCII input using standard streams. More...
#include <JAbstractIO.hh>
  
Public Member Functions | |
| virtual | ~JStreamInput () | 
| Virtual destructor.   | |
| virtual std::istream & | read (std::istream &in)=0 | 
| Stream input.   | |
Friends | |
| std::istream & | operator>> (std::istream &in, JStreamInput &object) | 
| Read object from input.   | |
Interface for ASCII input using standard streams.
Definition at line 21 of file JAbstractIO.hh.
      
  | 
  inlinevirtual | 
      
  | 
  pure virtual | 
Stream input.
| in | input stream | 
Implemented in JEEP::JPropertiesTemplateElement< T >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< JProperties >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JLANG::JValueInput< T >, JPARSER::JParserTemplateElement< bool >, JPARSER::JParserTemplateElement< JCounter >, JPARSER::JParserTemplateElement< JType_t, false >, and JTOOLS::JAutoPointer< JDerived_t, JBase_t >.
      
  | 
  friend | 
Read object from input.
| in | input stream | 
| object | object | 
Definition at line 46 of file JAbstractIO.hh.