Flow-IPC 1.0.2
Flow-IPC project: Public API.
Classes | Namespaces
blob_transport.hpp File Reference

Classes

class  ipc::transport::Blob_sender
 A documentation-only concept defining the behavior of an object capable of reliably/in-order sending of discrete messages, each containing a binary blob. More...
 
class  ipc::transport::Blob_receiver
 A documentation-only concept defining the behavior of an object capable of reliably/in-order receiving of discrete messages, each containing a binary blob. 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.