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

Classes

class  ipc::transport::Persistent_mq_handle
 A documentation-only concept defining the behavior of an object representing a light-weight handle to a message queue, capable of receiving/sending discrete messages in non-blocking/blocking/timed-blocking fashion, as well as some support for polling/waiting and interruptions thereof. 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.
 

Functions

void ipc::transport::swap (Persistent_mq_handle &val1, Persistent_mq_handle &val2)
 Swaps two objects. More...