#include <cbeam/concurrency/named_recursive_mutex.hpp>
#include <cbeam/error/runtime_error.hpp>
#include <cbeam/platform/windows_config.hpp>
#include <cbeam/logging/log_manager.hpp>
#include <cstddef>
#include <exception>
#include <memory>
#include <mutex>
#include <string>
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::memory |
| Houses abstractions for shared-memory and interprocess data exchange. This includes interprocess_shared_memory for OS-level memory segments and unified resource sharing, along with helper classes in other namespaces. It highlights stable reference counting and safe pointer conversions for robust cross-process operations.
|
|