| 
    Jpp
    master_rocky-40-g5f0272dcd
    
   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.  More... | |
| virtual std::istream & | read (std::istream &in)=0 | 
| Stream input.  More... | |
Friends | |
| std::istream & | operator>> (std::istream &in, JStreamInput &object) | 
| Read object from input.  More... | |
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 JTOOLS::JAutoPointer< JDerived_t, JBase_t >, JLANG::JValueInput< 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 | 
Read object from input.
| in | input stream | 
| object | object | 
Definition at line 46 of file JAbstractIO.hh.