| Flow-IPC 1.0.0
    Flow-IPC project: Full implementation reference. | 
#include "ipc/transport/native_socket_stream.hpp"#include "ipc/transport/sync_io/native_socket_stream.hpp"#include "ipc/transport/sync_io/detail/async_adapter_snd.hpp"#include "ipc/transport/sync_io/detail/async_adapter_rcv.hpp"#include "ipc/transport/asio_local_stream_socket_fwd.hpp"#include <cstddef>#include <flow/async/single_thread_task_loop.hpp>Go to the source code of this file.
| Classes | |
| class | ipc::transport::Native_socket_stream::Impl | 
| Internal, non-movable pImpl implementation of Native_socket_stream class.  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 | |
| std::ostream & | ipc::transport::operator<< (std::ostream &os, const Native_socket_stream::Impl &val) | 
| Prints string representation of the given Native_socket_stream::Impl to the given ostream.  More... | |