|
Flow-IPC 2.0.0
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/transport_fwd.hpp"#include "ipc/transport/error.hpp"#include "ipc/util/shared_name.hpp"#include "ipc/util/detail/util_fwd.hpp"#include <flow/error/error.hpp>#include <flow/log/config.hpp>#include <boost/interprocess/shared_memory_object.hpp>#include <boost/move/make_unique.hpp>Go to the source code of this file.
Classes | |
| class | ipc::transport::Blob_stream_mq_base_impl< Persistent_mq_handle > |
Internal implementation of Blob_stream_mq_base class template; and common utilities used by Blob_stream_mq_sender_impl and Blob_stream_mq_receiver_impl (static items only as of this writing). 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. | |