#include <TPRegexp.h>
Inheritance diagram for TStringToken:

Public Member Functions | |
| TStringToken (const TString &fullStr, const TString &splitRe, Bool_t retVoid=kFALSE) | |
| virtual | ~TStringToken () |
| Bool_t | NextToken () |
| Bool_t | AtEnd () const |
| TStringToken (const TString &fullStr, const TString &splitRe, Bool_t retVoid=kFALSE) | |
| virtual | ~TStringToken () |
| Bool_t | NextToken () |
| Bool_t | AtEnd () const |
Protected Attributes | |
| const TString | fFullStr |
| TPRegexp | fSplitRe |
| Bool_t | fReturnVoid |
| Int_t | fPos |
Definition at line 142 of file TPRegexp.h.
| TStringToken::TStringToken | ( | const TString & | fullStr, | |
| const TString & | splitRe, | |||
| Bool_t | retVoid = kFALSE | |||
| ) |
| virtual TStringToken::~TStringToken | ( | ) | [inline, virtual] |
Definition at line 152 of file TPRegexp.h.
| TStringToken::TStringToken | ( | const TString & | fullStr, | |
| const TString & | splitRe, | |||
| Bool_t | retVoid = kFALSE | |||
| ) |
| virtual TStringToken::~TStringToken | ( | ) | [inline, virtual] |
Definition at line 152 of file TPRegexp.h.
| Bool_t TStringToken::NextToken | ( | ) |
Definition at line 943 of file TPRegexp.cxx.
References fFullStr, fPos, fReturnVoid, fSplitRe, kFALSE, kTRUE, TString::Length(), TPRegexp::Match(), TString::operator=(), and x.
Referenced by ClassImpQ().
| Bool_t TStringToken::AtEnd | ( | ) | const [inline] |
Definition at line 155 of file TPRegexp.h.
References fFullStr, fPos, and TString::Length().
Referenced by ClassImpQ().
| Bool_t TStringToken::NextToken | ( | ) |
| Bool_t TStringToken::AtEnd | ( | ) | const [inline] |
const TString TStringToken::fFullStr [protected] |
TPRegexp TStringToken::fSplitRe [protected] |
Bool_t TStringToken::fReturnVoid [protected] |
Int_t TStringToken::fPos [protected] |
1.5.1