![]() |
XRootD
|
#include <XrdPfcPathParseTools.hh>
Public Member Functions | |
SplitParser (const std::string &s, const char *d) | |
~SplitParser () | |
const char * | get_reminder () |
const char * | get_reminder_with_delim () |
const char * | get_token () |
std::string | get_token_as_string () |
bool | has_reminder () |
bool | is_first () const |
int | pre_count_n_tokens () |
Public Attributes | |
const char * | f_delim |
char * | f_state |
char * | f_str |
Definition at line 12 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 18 of file XrdPfcPathParseTools.hh.
|
inline |
|
inline |
Definition at line 52 of file XrdPfcPathParseTools.hh.
References f_state.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), and XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 46 of file XrdPfcPathParseTools.hh.
References f_delim, f_state, f_str, and is_first().
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 25 of file XrdPfcPathParseTools.hh.
References f_delim, and f_state.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), XrdPfc::Cache::ExecuteCommandUrl(), and get_token_as_string().
|
inline |
Definition at line 40 of file XrdPfcPathParseTools.hh.
References get_token().
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 57 of file XrdPfcPathParseTools.hh.
References f_state.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), and XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 23 of file XrdPfcPathParseTools.hh.
References f_state, and f_str.
Referenced by get_reminder_with_delim().
|
inline |
Definition at line 62 of file XrdPfcPathParseTools.hh.
References f_delim, and f_state.
Referenced by XrdPfc::PathTokenizer::PathTokenizer().
const char* XrdPfc::SplitParser::f_delim |
Definition at line 15 of file XrdPfcPathParseTools.hh.
Referenced by get_reminder_with_delim(), get_token(), and pre_count_n_tokens().
char* XrdPfc::SplitParser::f_state |
Definition at line 16 of file XrdPfcPathParseTools.hh.
Referenced by get_reminder(), get_reminder_with_delim(), get_token(), has_reminder(), is_first(), and pre_count_n_tokens().
char* XrdPfc::SplitParser::f_str |
Definition at line 14 of file XrdPfcPathParseTools.hh.
Referenced by ~SplitParser(), get_reminder_with_delim(), and is_first().