Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RooStreamParser Member List

This is the complete list of members for RooStreamParser, including all inherited members.

_atEOFRooStreamParserprotected
_atEOLRooStreamParserprotected
_isRooStreamParserprotected
_prefixRooStreamParserprotected
_punctRooStreamParserprotected
atEOF()RooStreamParserinline
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 RooStreamParserinline
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()RooStreamParservirtual