#include <Pathname.h>
Public Member Functions | |
| virtual | ~Pathname () |
| Pathname () | |
| Pathname (const Pathname &path_tv) | |
| Pathname (const std::string &name_tv) | |
| Pathname (const char *name_tv) | |
| Pathname & | operator= (const Pathname &path_tv) |
| Pathname & | operator+= (const Pathname &path_tv) |
| const std::string & | asString () const |
| bool | empty () const |
| bool | absolute () const |
| bool | relative () const |
| Pathname | dirname () const |
| std::string | basename () const |
| Pathname | absolutename () const |
| Pathname | relativename () const |
| Pathname | cat (const Pathname &r) const |
| Pathname | extend (const std::string &r) const |
| bool | equal (const Pathname &r) const |
Static Public Member Functions | |
| static Pathname | dirname (const Pathname &name_tv) |
| static std::string | basename (const Pathname &name_tv) |
| static Pathname | absolutename (const Pathname &name_tv) |
| static Pathname | relativename (const Pathname &name_tv) |
| static Pathname | cat (const Pathname &l, const Pathname &r) |
| static Pathname | extend (const Pathname &l, const std::string &r) |
| static bool | equal (const Pathname &l, const Pathname &r) |
Protected Member Functions | |
| void | _assign (const std::string &name_tv) |
Private Attributes | |
| std::string::size_type | prfx_i |
| std::string | name_t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4