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

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::asio
 

Functions

template<typename SyncReadStream , typename MutableBufferSequence >
std::size_t boost::asio::read (SyncReadStream &s, const MutableBufferSequence &buffers)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename MutableBufferSequence >
std::size_t boost::asio::read (SyncReadStream &s, const MutableBufferSequence &buffers, boost::system::error_code &ec)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename MutableBufferSequence , typename CompletionCondition >
std::size_t boost::asio::read (SyncReadStream &s, const MutableBufferSequence &buffers, CompletionCondition completion_condition)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename MutableBufferSequence , typename CompletionCondition >
std::size_t boost::asio::read (SyncReadStream &s, const MutableBufferSequence &buffers, CompletionCondition completion_condition, boost::system::error_code &ec)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename Allocator >
std::size_t boost::asio::read (SyncReadStream &s, basic_streambuf< Allocator > &b)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename Allocator >
std::size_t boost::asio::read (SyncReadStream &s, basic_streambuf< Allocator > &b, boost::system::error_code &ec)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename Allocator , typename CompletionCondition >
std::size_t boost::asio::read (SyncReadStream &s, basic_streambuf< Allocator > &b, CompletionCondition completion_condition)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename SyncReadStream , typename Allocator , typename CompletionCondition >
std::size_t boost::asio::read (SyncReadStream &s, basic_streambuf< Allocator > &b, CompletionCondition completion_condition, boost::system::error_code &ec)
 Attempt to read a certain amount of data from a stream before returning. More...
 
template<typename AsyncReadStream , typename MutableBufferSequence , typename ReadHandler >
 boost::asio::BOOST_ASIO_INITFN_RESULT_TYPE (ReadHandler, void(boost::system::error_code, std::size_t)) async_read(AsyncReadStream &s
 Start an asynchronous operation to read a certain amount of data from a stream. More...
 
const MutableBufferSequence boost::asio::BOOST_ASIO_MOVE_ARG (ReadHandler) handler)
 
template<typename AsyncReadStream , typename MutableBufferSequence , typename CompletionCondition , typename ReadHandler >
 boost::asio::BOOST_ASIO_INITFN_RESULT_TYPE (ReadHandler, void(boost::system::error_code, std::size_t)) async_read(AsyncReadStream &s
 Start an asynchronous operation to read a certain amount of data from a stream. More...
 

Variables

const MutableBufferSequence & boost::asio::buffers
 
const MutableBufferSequence
CompletionCondition 
boost::asio::completion_condition
 
basic_streambuf< Allocator > & boost::asio::b
 
basic_streambuf< Allocator > boost::asio::BOOST_ASIO_MOVE_ARG (ReadHandler) handler)