|
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 59 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 65 of file XrdPfcPathParseTools.hh.
References XrdPfc::SplitParser::get_reminder(), XrdPfc::SplitParser::get_token(), m_dirs, m_n_dirs, and m_reminder.
Here is the call graph for this function:
|
inline |
Definition at line 103 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 98 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 |
|
inline |
Definition at line 125 of file XrdPfcPathParseTools.hh.
References m_dirs, m_n_dirs, and m_reminder.
| std::vector<const char*> XrdPfc::PathTokenizer::m_dirs |
Definition at line 61 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 63 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), get_dir(), get_n_dirs(), and print_debug().
| const char* XrdPfc::PathTokenizer::m_reminder |
Definition at line 62 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), make_path(), and print_debug().