Flow-IPC 1.0.1
Flow-IPC project: Full implementation reference.
Classes | Namespaces | Typedefs
shm.hpp File Reference

Go to the source code of this file.

Classes

struct  ipc::session::shm::Arena_to_shm_session< Arena >
 Implementation of Arena_to_shm_session_t. 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::session
 Flow-IPC module providing the broad lifecycle and shared-resource organization – via the session concept – in such a way as to make it possible for a given pair of processes A and B to set up ipc::transport structured- or unstructured-message channels for general IPC, as well as to share data in SHared Memory (SHM).
 
namespace  ipc::session::shm
 ipc::session sub-namespace that groups together facilities for SHM-backed sessions, particularly augmenting Client_session, Server_session, and Session_server classes by providing SHM-backed zero-copy functionality.
 

Typedefs

template<typename Arena >
using ipc::session::shm::Arena_to_shm_session_t = typename Arena_to_shm_session< Arena >::Type
 Alias that, given an Arena type (with Arena::construct<T>() which allocates/constructs a T), yields a Shm_session type over which one can Shm_session::lend_object<T>() so-constructed objects. More...