#include <cbeam/platform/windows_config.hpp>
#include <cbeam/error/base_error.hpp>
#include <string>
#include <system_error>
Go to the source code of this file.
|
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::error |
| Defines Cbeam-specific exception types that behave like their standard counterparts. For example, runtime_error and system_error derive from base_error and std::runtime_error (or std::system_error), unifying error handling under a single hierarchy and ensuring consistent cross-platform throw/catch logic.
|
|