ゴミ箱
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
boost::beast::http::detail::field_table Struct Reference

Classes

struct  hash
 
struct  iequal
 

Public Types

using array_type = std::array< string_view, 352 >
 
using map_type = std::unordered_map< string_view, field, hash, iequal >
 
using const_iterator = array_type::const_iterator
 

Public Member Functions

 field_table ()
 
field string_to_field (string_view s) const
 
std::size_t size () const
 
const_iterator begin () const
 
const_iterator end () const
 

Public Attributes

array_type by_name_
 
std::vector< map_typeby_size_
 

Member Typedef Documentation

using boost::beast::http::detail::field_table::const_iterator = array_type::const_iterator

Constructor & Destructor Documentation

boost::beast::http::detail::field_table::field_table ( )
inline

Member Function Documentation

const_iterator boost::beast::http::detail::field_table::begin ( ) const
inline
const_iterator boost::beast::http::detail::field_table::end ( ) const
inline
std::size_t boost::beast::http::detail::field_table::size ( ) const
inline
field boost::beast::http::detail::field_table::string_to_field ( string_view  s) const
inline

Member Data Documentation

array_type boost::beast::http::detail::field_table::by_name_
std::vector<map_type> boost::beast::http::detail::field_table::by_size_

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