GME
13
|
#include <Path.h>
Public Member Functions | |
Path (const std::string &pi_path, apr_pool_t *pool) | |
Path (const char *pi_path, apr_pool_t *pool) | |
Path (const Path &pi_path) | |
Path & | operator= (const Path &) |
const std::string & | path () const |
const char * | c_str () const |
svn_error_t * | error_occured () const |
Static Public Member Functions | |
static bool | isValid (const char *path) |
Path::Path | ( | const std::string & | pi_path, |
apr_pool_t * | pool | ||
) |
Constructor that takes a string as parameter. The string is converted to subversion internal representation. The string is copied.
pi_path | Path string |
Path::Path | ( | const char * | pi_path, |
apr_pool_t * | pool | ||
) |
Path::Path | ( | const Path & | pi_path | ) |
Copy constructor
pi_path | Path to be copied |
const char* Path::c_str | ( | ) | const |
svn_error_t* Path::error_occured | ( | ) | const |
static bool Path::isValid | ( | const char * | path | ) | [static] |
Returns whether path is non-NULL and passes the svn_path_check_valid()
test.
const std::string& Path::path | ( | ) | const |