|
xrootd
|
Helper class responsible for spliting the path. More...
#include <PathProcessor.hh>
Static Public Member Functions | |
| static void | splitPath (std::vector< std::string > &elements, const std::string &path) |
| static void | splitPath (std::vector< char * > &elements, char *buffer) |
Helper class responsible for spliting the path.
|
inlinestatic |
Split the path and put its elements in a vector, the tokens are copied, the buffer is not overwritten
Referenced by findTest().
|
inlinestatic |
Split the path and put its element in a vector, the split is done in-place and the buffer is overwritten
1.8.3.1