ゴミ箱
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
boost::beast::http::basic_fields< Allocator >::reader Class Reference

Classes

struct  field_iterator
 
class  field_range
 

Public Types

using iter_type = typename list_t::const_iterator
 
using view_type = buffer_cat_view< boost::asio::const_buffers_1, boost::asio::const_buffers_1, boost::asio::const_buffers_1, field_range, chunk_crlf >
 
using const_buffers_type = beast::detail::buffers_ref< view_type >
 

Public Member Functions

 reader (basic_fields const &f, unsigned version, verb v)
 
 reader (basic_fields const &f, unsigned version, unsigned code)
 
 reader (basic_fields const &f)
 
const_buffers_type get () const
 

Public Attributes

basic_fields const & f_
 
boost::optional< view_typeview_
 
char buf_ [13]
 

Member Typedef Documentation

template<class Allocator>
using boost::beast::http::basic_fields< Allocator >::reader::iter_type = typename list_t::const_iterator
template<class Allocator>
using boost::beast::http::basic_fields< Allocator >::reader::view_type = buffer_cat_view< boost::asio::const_buffers_1, boost::asio::const_buffers_1, boost::asio::const_buffers_1, field_range, chunk_crlf>

Constructor & Destructor Documentation

template<class Allocator >
boost::beast::http::basic_fields< Allocator >::reader::reader ( basic_fields const &  f,
unsigned  version,
verb  v 
)
template<class Allocator >
boost::beast::http::basic_fields< Allocator >::reader::reader ( basic_fields const &  f,
unsigned  version,
unsigned  code 
)
template<class Allocator >
boost::beast::http::basic_fields< Allocator >::reader::reader ( basic_fields const &  f)

Member Function Documentation

template<class Allocator>
const_buffers_type boost::beast::http::basic_fields< Allocator >::reader::get ( ) const
inline

Member Data Documentation

template<class Allocator>
char boost::beast::http::basic_fields< Allocator >::reader::buf_[13]
template<class Allocator>
basic_fields const& boost::beast::http::basic_fields< Allocator >::reader::f_
template<class Allocator>
boost::optional<view_type> boost::beast::http::basic_fields< Allocator >::reader::view_

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