Flow-IPC 1.0.0
Flow-IPC project: Full implementation reference.
Namespaces | Functions
bipc_mq_handle.cpp File Reference
#include "ipc/transport/transport_fwd.hpp"
#include "ipc/transport/bipc_mq_handle.hpp"
#include "ipc/transport/error.hpp"
#include <flow/error/error.hpp>
#include <flow/common.hpp>
#include <boost/interprocess/ipc/message_queue.hpp>
#include <boost/move/make_unique.hpp>

Go to the source code of this file.

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 (Bipc_mq_handle &val1, Bipc_mq_handle &val2)
 Implements Persistent_mq_handle related concept: Swaps two objects. More...
 
std::ostream & ipc::transport::operator<< (std::ostream &os, const Bipc_mq_handle &val)
 Prints string representation of the given Bipc_mq_handle to the given ostream. More...