Cbeam
Loading...
Searching...
No Matches
path.hpp File Reference
#include <cbeam/error/runtime_error.hpp>
#include <cbeam/random/generators.hpp>
#include <cstddef>
#include <algorithm>
#include <exception>
#include <filesystem>
#include <list>
#include <regex>
#include <string>
#include <system_error>
Include dependency graph for path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbeam::filesystem::path
 

Namespaces

namespace  cbeam
 The root namespace for the Cbeam library. This namespace unifies cross-platform utilities for concurrency, memory management, file handling, logging, serialization, and more. Its purpose is to provide a cohesive collection of modern C++ components that address common system-level and application-level tasks, while promoting thread-safety, interprocess communication, and stable resource handling across varied platform APIs.
 
namespace  cbeam::filesystem
 Facilitates file I/O, path normalization, and directory operations in a cross-platform manner. Its classes and functions simplify reading, writing, creating, or deleting files and directories, handling discrepancies in path formats, symbolic links, and OS-specific peculiarities.