|
FiberIO
Fiber-based C++ network library
|
#include <fiberio/socket.hpp>#include <iostream>#include <memory>#include <boost/iostreams/concepts.hpp>#include <boost/iostreams/stream_buffer.hpp>#include <boost/iostreams/stream.hpp>

Go to the source code of this file.
Classes | |
| class | fiberio::detail::socket_device |
Namespaces | |
| fiberio | |
| fiberio::detail | |
Typedefs | |
| using | fiberio::socket_stream = boost::iostreams::stream< fiberio::detail::socket_device > |
| std::basic_iostream type for reading/writing to a socket More... | |
| using | fiberio::socket_streambuf = boost::iostreams::stream_buffer< fiberio::detail::socket_device > |
| std::basic_streambuf type for reading/writing to a socket More... | |
1.8.14