|
Dev Essential
1.6.3
|
#include <a_util/preprocessor/deprecated.h>#include <memory>#include <stdexcept>#include <string>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) |
Public API for Path type and functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.