limal
Classes | Namespaces | Functions
PathName.hpp File Reference

LiMaL path name manipulation utilities. More...

#include <limal/config.h>
#include <blocxx/String.hpp>
#include <blocxx/List.hpp>
#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)
 

Detailed Description

LiMaL path name manipulation utilities.