|
Flow-IPC 2.0.0
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/transport_fwd.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. | |
| namespace | ipc::transport::sync_io |
sync_io-pattern counterparts to async-I/O-pattern object types in parent namespace ipc::transport. | |
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... | |
| template<typename Persistent_mq_handle > | |
| std::ostream & | ipc::transport::operator<< (std::ostream &os, const Blob_stream_mq_sender_impl< Persistent_mq_handle > &val) |
Prints string representation of the given Blob_stream_mq_sender to the given ostream. More... | |
| template<typename Persistent_mq_handle > | |
| std::ostream & | ipc::transport::sync_io::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... | |
| template<typename Persistent_mq_handle > | |
| std::ostream & | ipc::transport::sync_io::operator<< (std::ostream &os, const Blob_stream_mq_sender_impl< Persistent_mq_handle > &val) |
Prints string representation of the given Blob_stream_mq_sender to the given ostream. More... | |