Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
is_read_buffered.hpp File Reference
#include <boost/asio/detail/config.hpp>
#include <boost/asio/buffered_read_stream_fwd.hpp>
#include <boost/asio/buffered_stream_fwd.hpp>
#include <boost/asio/detail/push_options.hpp>
#include <boost/asio/detail/pop_options.hpp>
Include dependency graph for is_read_buffered.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::asio::detail::is_read_buffered_big_type
 
class  boost::asio::is_read_buffered< Stream >
 The is_read_buffered class is a traits class that may be used to determine whether a stream type supports buffering of read data. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::asio
 
 boost::asio::detail
 

Functions

template<typename Stream >
char boost::asio::detail::is_read_buffered_helper (buffered_stream< Stream > *s)
 
template<typename Stream >
char boost::asio::detail::is_read_buffered_helper (buffered_read_stream< Stream > *s)
 

Variables

is_read_buffered_big_type boost::asio::detail::is_read_buffered_helper (...)