|
Jpp
|
Template class holder for I/O of parser element. More...
#include <JParser.hh>
Public Member Functions | |
| template<> | |
| std::istream & | read (std::istream &in) |
| Template specialisation of JParserTemplateElement<std::string>::read to read complete line from stream input. More... | |
| template<> | |
| std::ostream & | write (std::ostream &out) const |
| Template specialisation of JParserTemplateElement<std::string>::write to surround text with quotes. More... | |
| template<> | |
| std::istream & | read (std::istream &in) |
| Template specialisation of JParserTemplateElement<TString>::read to read complete line from stream input. More... | |
| template<> | |
| std::istream & | read (std::istream &in) |
| Template specialisation of JParserTemplateElement< std::vector<TString> >::read to read tokens from stream input. More... | |
Template class holder for I/O of parser element.
This class implements the JPARSER::JParserElementInterface interface.
Definition at line 463 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 702 of file JParser.hh.
|
inline |
Template specialisation of JParserTemplateElement<std::string>::write to surround text with quotes.
| out | output stream |
Definition at line 727 of file JParser.hh.
|
inline |
Template specialisation of JParserTemplateElement<TString>::read to read complete line from stream input.
| in | input stream |
Definition at line 820 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 837 of file JParser.hh.
1.8.16