ゴミ箱
Public Types | Public Member Functions | List of all members
boost::beast::http::basic_file_body< File >::reader Class Reference

#include <basic_file_body.hpp>

Public Types

using const_buffers_type = boost::asio::const_buffers_1
 

Public Member Functions

template<bool isRequest, class Fields >
 reader (message< isRequest, basic_file_body, Fields > &m)
 
void init (error_code &ec)
 
boost::optional< std::pair< const_buffers_type, bool > > get (error_code &ec)
 

Detailed Description

template<class File>
class boost::beast::http::basic_file_body< File >::reader

Algorithm for retrieving buffers when serializing.

Objects of this type are created during serialization to extract the buffers representing the body.

Member Typedef Documentation

template<class File >
using boost::beast::http::basic_file_body< File >::reader::const_buffers_type = boost::asio::const_buffers_1

Constructor & Destructor Documentation

template<class File >
template<bool isRequest, class Fields >
boost::beast::http::basic_file_body< File >::reader::reader ( message< isRequest, basic_file_body, Fields > &  m)

Member Function Documentation

template<class File >
auto boost::beast::http::basic_file_body< File >::reader::get ( error_code ec)
template<class File >
void boost::beast::http::basic_file_body< File >::reader::init ( error_code ec)

The documentation for this class was generated from the following file: