Flow-IPC 1.0.2
Flow-IPC project: Public API.
Classes | Namespaces
pool_arena.hpp File Reference

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

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.