Flow-IPC 1.0.2
Flow-IPC project: Public API.
|
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::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. | |
Typedefs | |
template<typename Channel_obj , typename Message_body > | |
using | ipc::transport::struc::shm::classic::Channel = struc::Channel< Channel_obj, Message_body, Builder::Config, Reader::Config > |
Convenience alias: Use this when constructing a struc::Channel with tag Channel_base::S_SERIALIZE_VIA_*_SHM and Session = shm::classic::*_session . More... | |