|
xrootd
|
#include <XrdPfc.hh>


Public Member Functions | |
| PathTokenizer (const std::string &path, int max_depth, bool parse_as_lfn) | |
| int | get_n_dirs () |
| const char * | get_dir (int pos) |
| std::string | make_path () |
| void | deboog () |
Public Attributes | |
| std::vector< const char * > | m_dirs |
| const char * | m_reminder |
| int | m_n_dirs |
Additional Inherited Members | |
Private Member Functions inherited from XrdPfc::SplitParser | |
| SplitParser (const std::string &s, const char *d) | |
| ~SplitParser () | |
| char * | get_token () |
| char * | get_reminder_with_delim () |
| char * | get_reminder () |
| int | fill_argv (std::vector< char * > &argv) |
Private Attributes inherited from XrdPfc::SplitParser | |
| char * | str |
| const char * | delim |
| char * | state |
| bool | first |
|
inline |
References XrdPfc::SplitParser::get_reminder(), XrdPfc::SplitParser::get_token(), m_dirs, m_n_dirs, and m_reminder.
|
inline |
References m_dirs, m_n_dirs, and m_reminder.
|
inline |
References m_n_dirs.
|
inline |
References m_dirs, and m_reminder.
| std::vector<const char*> XrdPfc::PathTokenizer::m_dirs |
Referenced by deboog(), get_dir(), make_path(), and PathTokenizer().
| int XrdPfc::PathTokenizer::m_n_dirs |
Referenced by deboog(), get_dir(), get_n_dirs(), and PathTokenizer().
| const char* XrdPfc::PathTokenizer::m_reminder |
Referenced by deboog(), make_path(), and PathTokenizer().