Flow-IPC 1.0.0
Flow-IPC project: Full implementation reference.
|
#include "ipc/shm/classic/classic_fwd.hpp"
#include "ipc/shm/stl/arena_activator.hpp"
#include "ipc/util/shared_name.hpp"
#include "ipc/util/detail/util.hpp"
#include <flow/util/basic_blob.hpp>
#include <boost/interprocess/managed_shared_memory.hpp>
Go to the source code of this file.
Classes | |
class | ipc::shm::classic::Pool_arena |
A SHM-classic interface around a single SHM pool with allocation-algorithm services by boost.interprocess, as in bipc::managed_shared_memory , with symmetric read/write semantics, compatible with ipc::shm::stl STL-compliance and SHM-handle borrowing manually or via ipc::session. More... | |
struct | ipc::shm::classic::Pool_arena::Handle_in_shm< T > |
The data structure stored in SHM corresponding to an original construct()-returned Handle; exactly one of which exists per construct() call invoked from any Pool_arena connected to the underlying pool. More... | |
Namespaces | |
namespace | ipc |
Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes. | |
namespace | ipc::shm |
Modules for SHared Memory (SHM) support. | |
namespace | ipc::shm::classic |
ipc::shm sub-module with the SHM-classic SHM-provider. See ipc::shm doc header for introduction. | |