| RooStreamParser(istream& is) | |
| RooStreamParser(istream& is, const TString& errPrefix) | |
| virtual | ~RooStreamParser() | 
| Bool_t | atEOF() | 
| Bool_t | atEOL() | 
| static TClass* | Class() | 
| Bool_t | convertToDouble(const TString& token, Double_t& value) | 
| Bool_t | convertToInteger(const TString& token, Int_t& value) | 
| Bool_t | convertToString(const TString& token, TString& string) | 
| Bool_t | expectToken(const TString& expected, Bool_t zapOnError = kFALSE) | 
| TString | getPunctuation() const | 
| virtual TClass* | IsA() const | 
| Bool_t | isPunctChar(char c) const | 
| Bool_t | readDouble(Double_t& value, Bool_t zapOnError = kFALSE) | 
| Bool_t | readInteger(Int_t& value, Bool_t zapOnError = kFALSE) | 
| TString | readLine() | 
| Bool_t | readString(TString& value, Bool_t zapOnError = kFALSE) | 
| TString | readToken() | 
| void | setPunctuation(const TString& punct) | 
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) | 
| virtual void | Streamer(TBuffer& b) | 
| void | StreamerNVirtual(TBuffer& b) | 
| void | zapToEnd(Bool_t inclContLines = kFALSE) | 

Read a token and check if it matches the given expected value
Read a token and convert it to a Double_t
Read a token and convert it to an Int_t
Convert given token to a string (i.e. remove eventual quotation marks)