#include <TPRegexp.h>
Inheritance diagram for TPMERegexp:
Definition at line 96 of file TPRegexp.h.
TPMERegexp::TPMERegexp | ( | ) |
Definition at line 564 of file TPRegexp.cxx.
References TPRegexp::Compile(), TPRegexp::fPCREOpts, opts, and TPRegexp::ParseMods().
Definition at line 580 of file TPRegexp.cxx.
References TPRegexp::Compile(), and TPRegexp::fPCREOpts.
TPMERegexp::TPMERegexp | ( | const TPMERegexp & | r | ) |
virtual TPMERegexp::~TPMERegexp | ( | ) | [inline, virtual] |
Definition at line 117 of file TPRegexp.h.
TPMERegexp::TPMERegexp | ( | ) |
TPMERegexp::TPMERegexp | ( | const TPMERegexp & | r | ) |
virtual TPMERegexp::~TPMERegexp | ( | ) | [inline, virtual] |
Definition at line 117 of file TPRegexp.h.
TPMERegexp& TPMERegexp::operator= | ( | const TPMERegexp & | ) | [private] |
Definition at line 620 of file TPRegexp.cxx.
References TPRegexp::Compile(), fLastGlobalPosition, fNMatches, TPRegexp::fPattern, TPRegexp::fPCREOpts, and s.
Int_t TPMERegexp::GetNMaxMatches | ( | ) | const [inline] |
void TPMERegexp::SetNMaxMatches | ( | Int_t | nm | ) | [inline] |
Int_t TPMERegexp::GetGlobalPosition | ( | ) | const [inline] |
void TPMERegexp::AssignGlobalState | ( | const TPMERegexp & | re | ) |
Definition at line 636 of file TPRegexp.cxx.
References fLastGlobalPosition, and fLastStringMatched.
void TPMERegexp::ResetGlobalState | ( | ) |
Definition at line 663 of file TPRegexp.cxx.
References fAddressOfLastString, fLastGlobalPosition, fLastStringMatched, fMarkers, fNMatches, fNMaxMatches, TPRegexp::fPCREOpts, TPRegexp::kPCRE_GLOBAL, TPRegexp::MatchInternal(), PCRE_ERROR_NOMATCH, and s.
Referenced by TDocOutput::Convert(), THtml::CreateListOfClasses(), TDocParser::LocateMethods(), regexp_pme(), TEveManager::SaveVizDB(), Split(), TEveMacro::TEveMacro(), and TVSDReader::TVSDReader().
Definition at line 706 of file TPRegexp.cxx.
References fMarkers, fNMatches, i, Match(), s, and TArrayI::Set().
Referenced by regexp_pme().
Definition at line 825 of file TPRegexp.cxx.
References c, xmlio::cnt, data, Error, fNMaxMatches, len, s, and TPRegexp::SubstituteInternal().
Referenced by ClassImpQ(), TGLAxisPainter::FormAxisValue(), regexp_pme(), and TEveManager::TEveManager().
Int_t TPMERegexp::NMatches | ( | ) | const [inline] |
Definition at line 878 of file TPRegexp.cxx.
References fLastStringMatched, fMarkers, and fNMatches.
void TPMERegexp::Print | ( | Option_t * | option = "" |
) | [virtual] |
Definition at line 892 of file TPRegexp.cxx.
References TString::Contains(), TString::Data(), fLastStringMatched, fNMatches, TPRegexp::fPattern, TPRegexp::GetModifiers(), i, Printf(), and TString::ToLower().
Referenced by regexp_pme().
TPMERegexp::ClassDef | ( | TPMERegexp | , | |
0 | ||||
) |
TPMERegexp& TPMERegexp::operator= | ( | const TPMERegexp & | ) | [private] |
Int_t TPMERegexp::GetNMaxMatches | ( | ) | const [inline] |
void TPMERegexp::SetNMaxMatches | ( | Int_t | nm | ) | [inline] |
Int_t TPMERegexp::GetGlobalPosition | ( | ) | const [inline] |
void TPMERegexp::AssignGlobalState | ( | const TPMERegexp & | re | ) |
void TPMERegexp::ResetGlobalState | ( | ) |
Int_t TPMERegexp::NMatches | ( | ) | const [inline] |
virtual void TPMERegexp::Print | ( | Option_t * | option = "" |
) | [virtual] |
TPMERegexp::ClassDef | ( | TPMERegexp | , | |
0 | ||||
) |
Int_t TPMERegexp::fNMaxMatches [protected] |
Definition at line 102 of file TPRegexp.h.
Referenced by GetNMaxMatches(), Match(), SetNMaxMatches(), and Substitute().
Int_t TPMERegexp::fNMatches [protected] |
Definition at line 103 of file TPRegexp.h.
Referenced by Match(), NMatches(), operator[](), Print(), Reset(), and Split().
TArrayI TPMERegexp::fMarkers [protected] |
TString TPMERegexp::fLastStringMatched [protected] |
Definition at line 106 of file TPRegexp.h.
Referenced by AssignGlobalState(), Match(), operator[](), and Print().
void* TPMERegexp::fAddressOfLastString [protected] |
Int_t TPMERegexp::fLastGlobalPosition [protected] |
Definition at line 109 of file TPRegexp.h.
Referenced by AssignGlobalState(), GetGlobalPosition(), Match(), Reset(), and ResetGlobalState().
void* TPMERegexp::fAddressOfLastString [protected] |
Definition at line 107 of file TPRegexp.h.