#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | Pathname |
Functions | |
bool | operator== (const Pathname &l, const Pathname &r) |
bool | operator!= (const Pathname &l, const Pathname &r) |
Pathname | operator+ (const Pathname &l, const Pathname &r) |
std::ostream & | operator<< (std::ostream &str, const Pathname &obj) |
References Pathname::equal().
References Pathname::cat().
std::ostream& operator<< | ( | std::ostream & | str, | |
const Pathname & | obj | |||
) |
References Pathname::asString().
References Pathname::equal().