ADTF  3.18.3
path.h File Reference

Public API for Path type and functions. More...

Go to the source code of this file.

Classes

class  PathException
 Exception class used by Path methods. More...
 
class  Path
 File/Directory path class. More...
 

Namespaces

 a_util
 Serves as the root component, with common functionality documented in core functionality.
 
 a_util::filesystem
 Serves as component for path and filesystem functionality.
 

Functions

Path getWorkingDirectory ()
 Retrieve path to the working directory of the current process. More...
 
bool operator== (const Path &lhs, const Path &rhs)
 Check two paths for equality. More...
 
bool operator!= (const Path &lhs, const Path &rhs)
 Check two paths for inequality. More...
 
std::ostream & operator<< (std::ostream &os, const Path &p)
 Performs stream output on the path p. More...
 
Path operator+ (const Path &a, const Path &b)
 Appends two paths, forming a new path. More...
 

Detailed Description

Public API for Path type and functions.

Definition in file path.h.