Cbeam
Loading...
Searching...
No Matches
interprocess_shared_memory.hpp File Reference
#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>
Include dependency graph for interprocess_shared_memory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbeam::memory::interprocess_shared_memory
 Provides a unified, platform-independent interface for managing shared memory segments. More...
 
class  cbeam::memory::interprocess_shared_memory::lock_guard
 

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::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.