| 
    Jpp
    18.5.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.  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 JPARSER::JParserTemplateElement< JCounter >, JEEP::JPropertiesTemplateElement< JProperties >, JPARSER::JParserTemplateElement< bool >, JEEP::JPropertiesTemplateElement< JProperties::JFileReader >, JPARSER::JParserTemplateElement< JType_t, false >, JEEP::JPropertiesTemplateElement< const T >, JEEP::JPropertiesTemplateElement< T >, JTOOLS::JAutoPointer< JDerived_t, JBase_t >, and JLANG::JValueInput< T >.
      
  | 
  friend | 
Read object from input.
| in | input stream | 
| object | object | 
Definition at line 46 of file JAbstractIO.hh.
 1.8.5