|
XRootD
|
#include <XrdPfcPathParseTools.hh>
Inheritance diagram for XrdPfc::PathTokenizer:
Collaboration diagram for XrdPfc::PathTokenizer:Public Member Functions | |
| PathTokenizer (const std::string &path, int max_depth, bool parse_as_lfn) | |
| const char * | get_dir (int pos) |
| int | get_n_dirs () |
| std::string | make_path () |
| void | print_debug () |
Public Attributes | |
| std::vector< const char * > | m_dirs |
| int | m_n_dirs |
| const char * | m_reminder |
Definition at line 79 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 85 of file XrdPfcPathParseTools.hh.
References XrdPfc::SplitParser::get_reminder(), XrdPfc::SplitParser::get_token(), XrdPfc::SplitParser::has_reminder(), m_dirs, m_n_dirs, m_reminder, and XrdPfc::SplitParser::pre_count_n_tokens().
Here is the call graph for this function:
|
inline |
Definition at line 123 of file XrdPfcPathParseTools.hh.
References m_dirs, and m_n_dirs.
Referenced by XrdPfc::DataFsPurgeshot::find_dir_entry_from_tok().
Here is the caller graph for this function:
|
inline |
Definition at line 118 of file XrdPfcPathParseTools.hh.
References m_n_dirs.
Referenced by XrdPfc::DataFsPurgeshot::find_dir_entry_from_tok(), and XrdPfc::DirState::find_path_tok().
Here is the caller graph for this function:
|
inline |
Definition at line 129 of file XrdPfcPathParseTools.hh.
References m_dirs, and m_reminder.
|
inline |
Definition at line 145 of file XrdPfcPathParseTools.hh.
References m_dirs, m_n_dirs, and m_reminder.
| std::vector<const char*> XrdPfc::PathTokenizer::m_dirs |
Definition at line 81 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), XrdPfc::DirState::find_path_tok(), get_dir(), make_path(), and print_debug().
| int XrdPfc::PathTokenizer::m_n_dirs |
Definition at line 83 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), get_dir(), get_n_dirs(), and print_debug().
| const char* XrdPfc::PathTokenizer::m_reminder |
Definition at line 82 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), make_path(), and print_debug().