#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 |
| virtual Pathname::~Pathname | ( | ) | [inline, virtual] |
| Pathname::Pathname | ( | ) | [inline] |
| Pathname::Pathname | ( | const Pathname & | path_tv | ) | [inline] |
| Pathname::Pathname | ( | const std::string & | name_tv | ) | [inline] |
| Pathname::Pathname | ( | const char * | name_tv | ) | [inline] |
| void Pathname::_assign | ( | const std::string & | name_tv | ) | [protected] |
| const std::string& Pathname::asString | ( | ) | const [inline] |
| bool Pathname::empty | ( | ) | const [inline] |
| bool Pathname::absolute | ( | ) | const [inline] |
| bool Pathname::relative | ( | ) | const [inline] |
| Pathname Pathname::dirname | ( | ) | const [inline] |
| std::string Pathname::basename | ( | ) | const [inline] |
| Pathname Pathname::absolutename | ( | ) | const [inline] |
| Pathname Pathname::relativename | ( | ) | const [inline] |
| static std::string Pathname::basename | ( | const Pathname & | name_tv | ) | [static] |
| Pathname Pathname::extend | ( | const std::string & | r | ) | const [inline] |
| bool Pathname::equal | ( | const Pathname & | r | ) | const [inline] |
std::string::size_type Pathname::prfx_i [private] |
std::string Pathname::name_t [private] |
1.5.3