DUNE: Uniform Navigational Environment  2016.05.0
DUNE::FileSystem Namespace Reference

Detailed Description

File system related routines and classes.

Classes

class  Directory
 
class  FileReadError
 
class  FileWriteError
 
class  FileLock
 
class  Path
 

Functions

Path operator/ (const Path &a, const Path &b)
 
bool operator== (const Path &a, const Path &b)
 
bool operator!= (const Path &a, const Path &b)
 
Path operator+ (const Path &a, const Path &b)
 
bool operator< (const Path &a, const Path &b)
 
Path operator+= (const Path &a, const Path &b)
 
std::ostream & operator<< (std::ostream &a, const Path &b)
 

Variables

class DUNE_DLL_SYM Directory
 
class DUNE_DLL_SYM Path
 

Function Documentation

bool DUNE::FileSystem::operator!= ( const Path &  a,
const Path &  b 
)
inline
Path DUNE::FileSystem::operator+ ( const Path &  a,
const Path &  b 
)
inline
Path DUNE::FileSystem::operator+= ( const Path &  a,
const Path &  b 
)
inline
Path DUNE::FileSystem::operator/ ( const Path &  a,
const Path &  b 
)
inline
bool DUNE::FileSystem::operator< ( const Path &  a,
const Path &  b 
)
inline
std::ostream& DUNE::FileSystem::operator<< ( std::ostream &  a,
const Path &  b 
)
inline
bool DUNE::FileSystem::operator== ( const Path &  a,
const Path &  b 
)
inline

Variable Documentation