#include <path.hpp>
Public Methods | |
Path (const std::string &path="") | |
Path (const char *path) | |
Path (const Path &path) | |
Path & | operator= (const Path &) |
const std::string & | path () const |
const char * | c_str () const |
bool | isset () const |
void | addCompontent (const char *component) |
void | split (std::string &dirpath, std::string &basename) |
|
Constructor that takes a string as parameter. The string is converted to subversion internal representation. The string is copied.
|
|
Constructor
|
|
Copy constructor
|
|
adds a new URL component to the path
|
|
|
|
check whether a path is set. Right now this checks only if the string is non- empty.
|
|
Assignment operator |
|
|
|
split path in its components
|