|
XRootD
|
#include <XrdPfcPathParseTools.hh>
Inheritance diagram for XrdPfc::SplitParser:
Collaboration diagram for XrdPfc::SplitParser: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 |
Definition at line 12 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 19 of file XrdPfcPathParseTools.hh.
|
inline |
|
inline |
Definition at line 41 of file XrdPfcPathParseTools.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file XrdPfcPathParseTools.hh.
References f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer().
Here is the caller graph for this function:
|
inline |
Definition at line 30 of file XrdPfcPathParseTools.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
Here is the caller graph for this function:
|
inline |
Definition at line 24 of file XrdPfcPathParseTools.hh.
References f_delim, f_first, f_state, and f_str.
Referenced by XrdPfc::PathTokenizer::PathTokenizer(), and XrdPfc::Cache::ExecuteCommandUrl().
Here is the caller graph for this function:| 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().