Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
read_at.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/detail/cstdint.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_at.hpp>
Include dependency graph for read_at.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::asio
 

Functions

template<typename SyncRandomAccessReadDevice , typename MutableBufferSequence >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, const MutableBufferSequence &buffers)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename MutableBufferSequence >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, const MutableBufferSequence &buffers, boost::system::error_code &ec)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename MutableBufferSequence , typename CompletionCondition >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, const MutableBufferSequence &buffers, CompletionCondition completion_condition)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename MutableBufferSequence , typename CompletionCondition >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, const MutableBufferSequence &buffers, CompletionCondition completion_condition, boost::system::error_code &ec)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename Allocator >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, basic_streambuf< Allocator > &b)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename Allocator >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, basic_streambuf< Allocator > &b, boost::system::error_code &ec)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename Allocator , typename CompletionCondition >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, basic_streambuf< Allocator > &b, CompletionCondition completion_condition)
 Attempt to read a certain amount of data at the specified offset before returning. More...
 
template<typename SyncRandomAccessReadDevice , typename Allocator , typename CompletionCondition >
std::size_t boost::asio::read_at (SyncRandomAccessReadDevice &d, uint64_t offset, basic_streambuf< Allocator > &b, CompletionCondition completion_condition, boost::system::error_code &ec)
 Attempt to read a certain amount of data at the specified offset 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

uint64_t boost::asio::offset