Rosetta 3.3
|
Path name class supporting Windows and UN*X/Linux format names. More...
Classes | |
class | utility::file::PathName |
Path name class supporting Windows and UN*X/Linux format names. More... | |
Namespaces | |
namespace | utility |
unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 1. | |
namespace | utility::file |
Functions | |
bool | utility::file::operator== (PathName const &name1, PathName const &name2) |
PathName == PathName. | |
bool | utility::file::operator!= (PathName const &name1, PathName const &name2) |
PathName != PathName. | |
bool | utility::file::operator< (PathName const &name1, PathName const &name2) |
PathName < PathName. | |
bool | utility::file::operator<= (PathName const &name1, PathName const &name2) |
PathName <= PathName. | |
bool | utility::file::operator>= (PathName const &name1, PathName const &name2) |
PathName >= PathName. | |
bool | utility::file::operator> (PathName const &name1, PathName const &name2) |
PathName > PathName. |
Path name class supporting Windows and UN*X/Linux format names.