virtual | ~TPRegexp() |
static TClass* | Class() |
TString | GetModifiers() const |
TString | GetPattern() const |
static Bool_t | GetThrowAtCompileError() |
virtual TClass* | IsA() const |
Bool_t | IsValid() const |
Int_t | Match(const TString& s, const TString& mods = "", Int_t start = 0, Int_t nMaxMatch = 10, TArrayI* pos = 0) |
Bool_t | MatchB(const TString& s, const TString& mods = "", Int_t start = 0, Int_t nMaxMatch = 10) |
TObjArray* | MatchS(const TString& s, const TString& mods = "", Int_t start = 0, Int_t nMaxMatch = 10) |
TPRegexp& | operator=(const TPRegexp& p) |
static void | SetThrowAtCompileError(Bool_t throwp) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
Int_t | Substitute(TString& s, const TString& replace, const TString& mods = "", Int_t start = 0, Int_t nMatchMax = 10) |
| TPRegexp() |
| TPRegexp(const TString& pat) |
| TPRegexp(const TPRegexp& p) |