FiberIO
Fiber-based C++ network library
Classes | Namespaces | Typedefs
iostream.hpp File Reference
#include <fiberio/socket.hpp>
#include <iostream>
#include <memory>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <boost/iostreams/stream.hpp>
Include dependency graph for iostream.hpp:
This graph shows which files directly or indirectly include this file:

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...