xrootd
Static Public Member Functions | List of all members
eos::PathProcessor Class Reference

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)
 

Detailed Description

Helper class responsible for spliting the path.

Member Function Documentation

static void eos::PathProcessor::splitPath ( std::vector< std::string > &  elements,
const std::string &  path 
)
inlinestatic

Split the path and put its elements in a vector, the tokens are copied, the buffer is not overwritten

Referenced by findTest().

static void eos::PathProcessor::splitPath ( std::vector< char * > &  elements,
char *  buffer 
)
inlinestatic

Split the path and put its element in a vector, the split is done in-place and the buffer is overwritten


The documentation for this class was generated from the following file: