LiMaL path name manipulation utilities. More...
#include <limal/config.h>
#include <blocxx/String.hpp>
#include <blocxx/List.hpp>
#include "blocxx/BLOCXX_config.h"
#include "blocxx/COWReference.hpp"
#include <list>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | limal::path::PathName |
PathName manipulation class. More... | |
Namespaces | |
namespace | limal |
namespace | limal::path |
The LiMaL path utility namespace. | |
Functions | |
bool | limal::path::operator== (const PathName &lname, const PathName &rname) |
bool | limal::path::operator!= (const PathName &lname, const PathName &rname) |
PathName | limal::path::operator+ (const PathName &lname, const PathName &rname) |
std::ostream & | limal::path::operator<< (std::ostream &ostr, const PathName &path) |
LiMaL path name manipulation utilities.