|
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::transport |
| Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) between pairs of processes.
|
|
namespace | ipc::transport::struc |
| Sub-module of Flow-IPC module ipc::transport providing transmission of structured messages specifically.
|
|
namespace | ipc::transport::struc::shm |
| Segregates zero-copy/SHM implementations of concepts residing in parent namespace ipc::transport::struc proper – most notably the concepts ipc::transport::struc::Struct_builder and ipc::transport::struc::Struct_reader – and items related to them.
|
|
namespace | ipc::transport::struc::shm::classic |
| As of this writing certain convenience aliases supplied for the SHM-classic SHM-provider as pertains to zero-copy structured message passing with that SHM-provider.
|
|