#include <PathParser.h>
Public Methods | |
PathParser () | |
Constructor. | |
~PathParser () | |
Destructor. | |
std::list< std::string > | formNames (const std::string &path) const |
Forms a list of strings given a path. | |
std::string | formPath (const std::list< std::string > &names) const |
Forms a path from a list of strings (appends one "/" between two names). | |
std::string | parent (const std::string &path) const |
Forms the parent dir given a path. |
|
Definition at line 4 of file PathParser.cpp. |
|
Definition at line 8 of file PathParser.cpp. |
|
Definition at line 13 of file PathParser.cpp. Referenced by parent(). |
|
Definition at line 50 of file PathParser.cpp. Referenced by parent(). |
|
Definition at line 61 of file PathParser.cpp. |