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