34 enum EStatVal { kOK = 0, kIllegal, kNomem, kToolong };
39 static const unsigned fgMaxpat;
41 void CopyPattern(
const TRegexp& re);
42 void GenPattern(
const char *re);
43 const char *MakeWildcard(
const char *re);
46 TRegexp(
const char *re, Bool_t wildcard = kFALSE);
47 TRegexp(
const TString& re);
48 TRegexp(
const TRegexp& re);
51 TRegexp& operator=(
const TRegexp& re);
52 TRegexp& operator=(
const TString& re);
53 TRegexp& operator=(
const char *re);
54 Ssiz_t Index(
const TString& str, Ssiz_t *len, Ssiz_t start=0)
const;