![]() |
XRootD
|
#include <XrdPfcPathParseTools.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 () |
std::string | get_token_as_string () |
bool | has_reminder () |
Public Attributes | |
const char * | f_delim |
bool | f_first |
char * | f_state |
char * | f_str |
Definition at line 12 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 19 of file XrdPfcPathParseTools.hh.
|
inline |
|
inline |
Definition at line 53 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 42 of file XrdPfcPathParseTools.hh.
References f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), XrdPfc::Cache::ExecuteCommandUrl(), and has_reminder().
|
inline |
Definition at line 36 of file XrdPfcPathParseTools.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 24 of file XrdPfcPathParseTools.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), XrdPfc::Cache::ExecuteCommandUrl(), and get_token_as_string().
|
inline |
Definition at line 30 of file XrdPfcPathParseTools.hh.
References get_token().
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
|
inline |
Definition at line 47 of file XrdPfcPathParseTools.hh.
References get_reminder().
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
const char* XrdPfc::SplitParser::f_delim |
Definition at line 15 of file XrdPfcPathParseTools.hh.
Referenced by fill_argv(), get_reminder_with_delim(), and get_token().
bool XrdPfc::SplitParser::f_first |
Definition at line 17 of file XrdPfcPathParseTools.hh.
Referenced by fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().
char* XrdPfc::SplitParser::f_state |
Definition at line 16 of file XrdPfcPathParseTools.hh.
Referenced by fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().
char* XrdPfc::SplitParser::f_str |
Definition at line 14 of file XrdPfcPathParseTools.hh.
Referenced by ~SplitParser(), fill_argv(), get_reminder(), get_reminder_with_delim(), and get_token().