|
Flow-IPC 2.0.0
Flow-IPC project: Public API.
|
Classes | |
| struct | ipc::transport::struc::Null_session |
| Value for Struct_builder::Session when no extra information is needed when serializing Struct_builder for subsequent sending to another process. More... | |
| class | ipc::transport::struc::Heap_fixed_builder |
| Implements Struct_builder concept by straightforwardly allocating fixed-size segments on-demand in the regular heap and serializing directly inside those segments. More... | |
| struct | ipc::transport::struc::Heap_fixed_builder::Config |
| Implements Struct_builder::Config sub-concept. More... | |
| class | ipc::transport::struc::Heap_reader |
Implements Struct_reader concept by straightforwardly interpreting a serialization by Heap_fixed_builder or any other builder that produces segments directly readable via SegmentArrayMessageReader. More... | |
| struct | ipc::transport::struc::Heap_reader::Config |
| Implements Struct_reader::Config sub-concept. 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::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. | |
Typedefs | |
| template<typename Channel_obj , typename Message_body > | |
| using | ipc::transport::struc::Channel_via_heap = Channel< Channel_obj, Message_body, Heap_fixed_builder::Config, Heap_reader::Config > |
| Convenience alias: Use this when constructing a struc::Channel with tag Channel_base::S_SERIALIZE_VIA_HEAP. More... | |