![]() |
XRootD
|
#include <XrdPfc.hh>
Public Member Functions | |
SplitParser (const std::string &s, const char *d) | |
~SplitParser () | |
int | fill_argv (std::vector< char * > &argv) |
char * | get_reminder () |
char * | get_reminder_with_delim () |
char * | get_token () |
Public Attributes | |
const char * | f_delim |
bool | f_first |
char * | f_state |
char * | f_str |
|
inline |
|
inline |
|
inline |
Definition at line 167 of file XrdPfc.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 162 of file XrdPfc.hh.
References f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), and XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
|
inline |
Definition at line 150 of file XrdPfc.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), and XrdPfc::Cache::ExecuteCommandUrl().
const char* XrdPfc::SplitParser::f_delim |
Definition at line 141 of file XrdPfc.hh.
Referenced by fill_argv(), get_reminder_with_delim(), and get_token().
bool XrdPfc::SplitParser::f_first |
Definition at line 143 of file XrdPfc.hh.
Referenced by fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().
char* XrdPfc::SplitParser::f_state |
Definition at line 142 of file XrdPfc.hh.
Referenced by fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().
char* XrdPfc::SplitParser::f_str |
Definition at line 140 of file XrdPfc.hh.
Referenced by ~SplitParser(), fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().