Jpp
master_rocky-43-ge265d140c
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. More... | |
std::ostream & | write (std::ostream &out) const |
Template specialisation of JParserTemplateElement<std::string>::write to surround text with quotes. More... | |
std::istream & | read (std::istream &in) |
Template specialisation of JParserTemplateElement<TString>::read to read complete line from stream input. More... | |
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 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.