| 
    Jpp 19.3.0-rc.3
    
   the software that should make you happy 
   | 
 
Template class holder for I/O of parser element. More...
Public Member Functions | |
| std::istream & | read (std::istream &in) | 
| Template specialisation of JParserTemplateElement<std::string>::read to read complete line from stream input.   | |
| std::ostream & | write (std::ostream &out) const | 
| Template specialisation of JParserTemplateElement<std::string>::write to surround text with quotes.   | |
| std::istream & | read (std::istream &in) | 
| Template specialisation of JParserTemplateElement<TString>::read to read complete line from stream input.   | |
| std::istream & | read (std::istream &in) | 
| Template specialisation of JParserTemplateElement< std::vector<TString> >read to read tokens from stream input.   | |
Template class holder for I/O of parser element.
This class implements the JPARSER::JParserElementInterface interface.
Definition at line 663 of file JParser.hh.
      
  | 
  inline | 
Template specialisation of JParserTemplateElement<std::string>::read to read complete line from stream input.
| in | input stream | 
Definition at line 902 of file JParser.hh.
      
  | 
  inline | 
Template specialisation of JParserTemplateElement<std::string>::write to surround text with quotes.
| out | output stream | 
Definition at line 927 of file JParser.hh.
      
  | 
  inline | 
Template specialisation of JParserTemplateElement<TString>::read to read complete line from stream input.
| in | input stream | 
Definition at line 1020 of file JParser.hh.
      
  | 
  inline | 
Template specialisation of JParserTemplateElement< std::vector<TString> >read to read tokens from stream input.
| in | input stream | 
Definition at line 1037 of file JParser.hh.