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

#include <span_body.hpp>

Public Types

using const_buffers_type = boost::asio::const_buffers_1
 

Public Member Functions

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

Detailed Description

template<class T>
class boost::beast::http::span_body< T >::reader

The algorithm for serializing the body

Meets the requirements of BodyReader.

Member Typedef Documentation

template<class T >
using boost::beast::http::span_body< T >::reader::const_buffers_type = boost::asio::const_buffers_1

Constructor & Destructor Documentation

template<class T >
template<bool isRequest, class Fields >
boost::beast::http::span_body< T >::reader::reader ( message< isRequest, span_body, Fields > const &  msg)
inlineexplicit

Member Function Documentation

template<class T >
boost::optional<std::pair<const_buffers_type, bool> > boost::beast::http::span_body< T >::reader::get ( error_code ec)
inline
template<class T >
void boost::beast::http::span_body< T >::reader::init ( error_code ec)
inline

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