Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/sync_io/blob_stream_mq_rcv.hpp"
#include "ipc/transport/sync_io/detail/async_adapter_rcv.hpp"
#include "ipc/transport/detail/blob_stream_mq_impl.hpp"
#include "ipc/transport/error.hpp"
#include "ipc/util/sync_io/sync_io_fwd.hpp"
#include <flow/async/single_thread_task_loop.hpp>
Go to the source code of this file.
Classes | |
class | ipc::transport::Blob_stream_mq_receiver_impl< Persistent_mq_handle > |
Internal, non-movable pImpl-lite implementation of Blob_stream_mq_receiver class template. 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_receiver_impl< Persistent_mq_handle > &val) |
Prints string representation of the given Blob_stream_mq_receiver_impl to the given ostream . More... | |