Rosetta 3.3
|
#include <utility/file/PathName.hh>
#include <utility/exit.hh>
#include <platform/types.hh>
#include <algorithm>
#include <cassert>
#include <cctype>
#include <iostream>
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 | |
std::istream & | utility::file::operator>> (std::istream &stream, PathName &name) |
Input from stream. | |
std::ostream & | utility::file::operator<< (std::ostream &stream, PathName const &name) |
Output to stream. | |
bool | utility::file::char_equali (char c, char d) |
Characters equal case-insensitively? | |
bool | utility::file::equali (std::string const &s, std::string const &t) |
Strings equal case-insensitively? |