Logo ROOT  
Reference Guide
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() constRooStreamParserinline
isPunctChar(char c) constRooStreamParser
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