Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
Go to the source code of this file.
Classes | |
class | ipc::transport::sync_io::Native_handle_sender |
A documentation-only concept defining the behavior of an object that is the sync_io -pattern counterpart of the async-I/O-pattern-following concept of the same name in our parent namespace: transport::Native_handle_sender. More... | |
class | ipc::transport::sync_io::Native_handle_receiver |
A documentation-only concept defining the behavior of an object that is the sync_io -pattern counterpart of the async-I/O-pattern-following concept of the same name in our parent namespace: transport::Native_handle_receiver. 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::sync_io |
sync_io -pattern counterparts to async-I/O-pattern object types in parent namespace ipc::transport. | |