#include <XrdPfc.hh>
Definition at line 185 of file XrdPfc.hh.
◆ PathTokenizer()
XrdPfc::PathTokenizer::PathTokenizer |
( |
const std::string & | path, |
|
|
int | max_depth, |
|
|
bool | parse_as_lfn ) |
|
inline |
◆ deboog()
void XrdPfc::PathTokenizer::deboog |
( |
| ) |
|
|
inline |
◆ get_dir()
const char * XrdPfc::PathTokenizer::get_dir |
( |
int | pos | ) |
|
|
inline |
◆ get_n_dirs()
int XrdPfc::PathTokenizer::get_n_dirs |
( |
| ) |
|
|
inline |
◆ make_path()
std::string XrdPfc::PathTokenizer::make_path |
( |
| ) |
|
|
inline |
Definition at line 231 of file XrdPfc.hh.
232 {
233 std::string res;
234 for (std::vector<const char*>::iterator i =
m_dirs.begin(); i !=
m_dirs.end(); ++i)
235 {
236 res += "/";
237 res += *i;
238 }
240 {
241 res += "/";
243 }
244 return res;
245 }
References m_dirs, and m_reminder.
◆ m_dirs
std::vector<const char*> XrdPfc::PathTokenizer::m_dirs |
◆ m_n_dirs
int XrdPfc::PathTokenizer::m_n_dirs |
◆ m_reminder
const char* XrdPfc::PathTokenizer::m_reminder |
The documentation for this struct was generated from the following file: