| Flow-IPC 1.0.0
    Flow-IPC project: Full implementation reference. | 
#include "ipc/transport/detail/native_socket_stream_impl.hpp"#include "ipc/transport/error.hpp"#include "flow/error/error.hpp"#include <boost/move/make_unique.hpp>#include <cstddef>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. | |
| 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... | |