![]() |
XRootD
|
#include <XrdPfcPathParseTools.hh>
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 71 of file XrdPfcPathParseTools.hh.
|
inline |
Definition at line 77 of file XrdPfcPathParseTools.hh.
References XrdPfc::SplitParser::get_reminder(), XrdPfc::SplitParser::get_token(), m_dirs, m_n_dirs, and m_reminder.
|
inline |
Definition at line 115 of file XrdPfcPathParseTools.hh.
References m_dirs, and m_n_dirs.
Referenced by XrdPfc::DataFsPurgeshot::find_dir_entry_from_tok().
|
inline |
Definition at line 110 of file XrdPfcPathParseTools.hh.
References m_n_dirs.
Referenced by XrdPfc::DataFsPurgeshot::find_dir_entry_from_tok(), and XrdPfc::DirState::find_path_tok().
|
inline |
|
inline |
Definition at line 137 of file XrdPfcPathParseTools.hh.
References m_dirs, m_n_dirs, and m_reminder.
std::vector<const char*> XrdPfc::PathTokenizer::m_dirs |
Definition at line 73 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 75 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), get_dir(), get_n_dirs(), and print_debug().
const char* XrdPfc::PathTokenizer::m_reminder |
Definition at line 74 of file XrdPfcPathParseTools.hh.
Referenced by PathTokenizer(), make_path(), and print_debug().