Cbeam
Loading...
Searching...
No Matches
stable_reference_buffer.hpp File Reference
#include <cbeam/concurrency/process.hpp>
#include <cbeam/container/buffer.hpp>
#include <cbeam/container/stable_interprocess_map.hpp>
#include <cbeam/convert/string.hpp>
#include <cbeam/error/logic_error.hpp>
#include <cbeam/error/runtime_error.hpp>
#include <cbeam/lifecycle/singleton.hpp>
#include <cbeam/logging/log_manager.hpp>
#include <stdlib.h>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <set>
#include <string>
Include dependency graph for stable_reference_buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbeam::container::stable_reference_buffer
 Manages memory buffers with stable reference counting, optimized for shared library contexts. More...
 
class  cbeam::container::stable_reference_buffer::delay_deallocation
 Manages delayed deallocation of memory blocks in shared library contexts. More...
 

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::container
 Offers advanced container types with unique approaches to stability and interprocess sharing. Besides standard helpers like buffer and circular_buffer, it includes innovative classes such as stable_interprocess_container and stable_interprocess_map. These support shared-memory usage, ensuring consistent serialization and robust data exchange across process boundaries or differing compiler environments.