Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tokenizer Class Reference

Public Member Functions

 ~Tokenizer ()
 
 Tokenizer (const TString &str, const TString &delim)
 
 Tokenizer (const TString &str)
 
TString GetString () const
 
void SetString (const TString &str)
 
void SetDelim (const TString &delim)
 
TString Skip (Int_t n)
 
TString Before ()
 
TString After ()
 
TString Forw (char term=0)
 
TString Back (char term=0)
 

Private Attributes

TString fString
 
TString fDelim
 
Ssiz_t fDL
 

Detailed Description

Definition at line 133 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 133 of file TSQLUrl.cxx

Constructor & Destructor Documentation

Tokenizer::~Tokenizer ( )
inline

Definition at line 141 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 141 of file TSQLUrl.cxx

Tokenizer::Tokenizer ( const TString &  str,
const TString &  delim 
)
inline

Definition at line 143 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 143 of file TSQLUrl.cxx

References SetDelim(), and SetString().

+ Here is the call graph for this function:

Tokenizer::Tokenizer ( const TString &  str)
inline

Definition at line 149 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 149 of file TSQLUrl.cxx

References SetString().

+ Here is the call graph for this function:

Member Function Documentation

TString Tokenizer::After ( )
inline

Definition at line 189 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 189 of file TSQLUrl.cxx

References fDelim, fDL, fString, and ambiguity_solver_full_chain::idx.

TString Tokenizer::Back ( char  term = 0)
inline

Definition at line 229 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 229 of file TSQLUrl.cxx

References fDelim, fDL, fString, ambiguity_solver_full_chain::idx, and str.

TString Tokenizer::Before ( )
inline

Definition at line 176 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 176 of file TSQLUrl.cxx

References fDelim, fString, and ambiguity_solver_full_chain::idx.

TString Tokenizer::Forw ( char  term = 0)
inline

Definition at line 202 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 202 of file TSQLUrl.cxx

References fDelim, fDL, fString, ambiguity_solver_full_chain::idx, and str.

Referenced by OracleParser::OracleParser().

+ Here is the caller graph for this function:

TString Tokenizer::GetString ( ) const
inline

Definition at line 154 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 154 of file TSQLUrl.cxx

References fString.

Referenced by OracleParser::OracleParser().

+ Here is the caller graph for this function:

void Tokenizer::SetDelim ( const TString &  delim)
inline

Definition at line 164 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 164 of file TSQLUrl.cxx

References fDelim, and fDL.

Referenced by OracleParser::OracleParser(), and Tokenizer().

+ Here is the caller graph for this function:

void Tokenizer::SetString ( const TString &  str)
inline

Definition at line 155 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 155 of file TSQLUrl.cxx

References fString.

Referenced by Tokenizer().

+ Here is the caller graph for this function:

TString Tokenizer::Skip ( Int_t  n)
inline

Definition at line 170 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 170 of file TSQLUrl.cxx

References fString, and n.

Referenced by OracleParser::OracleParser().

+ Here is the caller graph for this function:

Member Data Documentation

TString Tokenizer::fDelim
private

Definition at line 137 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 137 of file TSQLUrl.cxx

Referenced by After(), Back(), Before(), Forw(), and SetDelim().

Ssiz_t Tokenizer::fDL
private

Definition at line 138 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 138 of file TSQLUrl.cxx

Referenced by After(), Back(), Forw(), and SetDelim().

TString Tokenizer::fString
private

Definition at line 136 of file TSQLUrl.cxx.

View newest version in sPHENIX GitHub at line 136 of file TSQLUrl.cxx

Referenced by After(), Back(), Before(), Forw(), GetString(), SetString(), and Skip().


The documentation for this class was generated from the following file: