ROOT
6.16/01
Reference Guide
RooStreamParser Member List
This is the complete list of members for
RooStreamParser
, including all inherited members.
_atEOF
RooStreamParser
protected
_atEOL
RooStreamParser
protected
_is
RooStreamParser
protected
_prefix
RooStreamParser
protected
_punct
RooStreamParser
protected
atEOF
()
RooStreamParser
inline
atEOL
()
RooStreamParser
convertToDouble
(const TString &token, Double_t &value)
RooStreamParser
convertToInteger
(const TString &token, Int_t &value)
RooStreamParser
convertToString
(const TString &token, TString &string)
RooStreamParser
expectToken
(const TString &expected, Bool_t zapOnError=kFALSE)
RooStreamParser
getPunctuation
() const
RooStreamParser
inline
isPunctChar
(char c) const
RooStreamParser
readDouble
(Double_t &value, Bool_t zapOnError=kFALSE)
RooStreamParser
readInteger
(Int_t &value, Bool_t zapOnError=kFALSE)
RooStreamParser
readLine
()
RooStreamParser
readString
(TString &value, Bool_t zapOnError=kFALSE)
RooStreamParser
readToken
()
RooStreamParser
RooStreamParser
(std::istream &is)
RooStreamParser
RooStreamParser
(std::istream &is, const TString &errPrefix)
RooStreamParser
setPunctuation
(const TString &punct)
RooStreamParser
zapToEnd
(Bool_t inclContLines=kFALSE)
RooStreamParser
~RooStreamParser
()
RooStreamParser
virtual