TRegexp


class description - source file - inheritance tree

class TRegexp

    private:
void CopyPattern(const TRegexp& re) void GenPattern(const char* re) const char* MakeWildcard(const char* re) const public:
TRegexp(const TString& re) TRegexp(const TRegexp& re) TRegexp(const char* re, Bool_t wildcard = kFALSE) virtual ~TRegexp() static TClass* Class() Ssiz_t Index(const TString& str, Ssiz_t* len, Ssiz_t start = 0) const virtual TClass* IsA() const TRegexp& operator=(const TRegexp& re) TRegexp& operator=(const char* re) TRegexp& operator=(const TString& re) virtual void ShowMembers(TMemberInspector& insp, char* parent) TRegexp::EStatVal Status() virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
unsigned short* fPattern Compiled pattern TRegexp::EStatVal fStat Status static const unsigned int fgMaxpat Max length of compiled pattern public:
static const TRegexp::EStatVal kOK static const TRegexp::EStatVal kIllegal static const TRegexp::EStatVal kNomem static const TRegexp::EStatVal kToolong

Class Description



Last update: Fri May 14 13:32:43 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.