Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/struc/msg.hpp"
Go to the source code of this file.
Classes | |
class | ipc::transport::struc::Msg_out_impl< Message_body, Struct_builder > |
Internally used (data-free) addendum on-top of Msg_out which makes the protected API public instead. More... | |
class | ipc::transport::struc::Msg_in_impl< Message_body, Struct_reader_config > |
Internally used (data-free) addendum on-top of Msg_in which makes the protected API public instead. 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. | |