Flow-IPC 1.0.0
Flow-IPC project: Full implementation reference.
Classes | Namespaces | Functions
blob_stream_mq_snd.hpp File Reference
#include "ipc/transport/detail/blob_stream_mq_snd_impl.hpp"
#include <boost/move/make_unique.hpp>
#include <experimental/propagate_const>

Go to the source code of this file.

Classes

class  ipc::transport::Blob_stream_mq_sender< Persistent_mq_handle >
 Implements Blob_sender concept by using an adopted Persistent_mq_handle MQ handle to an MQ (message queue) of that type, such as a POSIX or bipc MQ. 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

template<typename Persistent_mq_handle >
std::ostream & ipc::transport::operator<< (std::ostream &os, const Blob_stream_mq_sender< Persistent_mq_handle > &val)
 Prints string representation of the given Blob_stream_mq_sender to the given ostream. More...