ADTF
Loading...
Searching...
No Matches
path.h File Reference
#include <a_util/preprocessor/deprecated.h>
#include <memory>
#include <stdexcept>
#include <string>
Include dependency graph for path.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  a_util::filesystem::PathException
 Exception class used by Path methods. More...
 
class  a_util::filesystem::Path
 

Namespaces

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

Functions

Path a_util::filesystem::getWorkingDirectory ()
 
bool a_util::filesystem::operator== (const Path &lhs, const Path &rhs)
 
bool a_util::filesystem::operator!= (const Path &lhs, const Path &rhs)
 
std::ostream & a_util::filesystem::operator<< (std::ostream &os, const Path &p)
 
Path a_util::filesystem::operator+ (const Path &a, const Path &b)
 

Detailed Description

Public API for Path type and functions