ゴミ箱
Classes | Public Types | Public Member Functions | List of all members
boost::beast::http::detail::basic_parsed_list< Policy > Class Template Reference

#include <basic_parsed_list.hpp>

Classes

class  const_iterator
 

Public Types

using policy_type = Policy
 The type of policy this list uses for parsing. More...
 
using value_type = typename Policy::value_type
 The type of each element in the list. More...
 

Public Member Functions

 basic_parsed_list (string_view s)
 Construct a list from a string. More...
 
const_iterator begin () const
 Return a const iterator to the beginning of the list. More...
 
const_iterator end () const
 Return a const iterator to the end of the list. More...
 
const_iterator cbegin () const
 Return a const iterator to the beginning of the list. More...
 
const_iterator cend () const
 Return a const iterator to the end of the list. More...
 

Detailed Description

template<class Policy>
class boost::beast::http::detail::basic_parsed_list< Policy >

A list parser which presents the sequence as a container.

Member Typedef Documentation

template<class Policy >
using boost::beast::http::detail::basic_parsed_list< Policy >::policy_type = Policy

The type of policy this list uses for parsing.

template<class Policy >
using boost::beast::http::detail::basic_parsed_list< Policy >::value_type = typename Policy::value_type

The type of each element in the list.

Constructor & Destructor Documentation

template<class Policy >
boost::beast::http::detail::basic_parsed_list< Policy >::basic_parsed_list ( string_view  s)
inlineexplicit

Construct a list from a string.

Member Function Documentation

template<class Policy >
auto boost::beast::http::detail::basic_parsed_list< Policy >::begin ( ) const
inline

Return a const iterator to the beginning of the list.

template<class Policy >
auto boost::beast::http::detail::basic_parsed_list< Policy >::cbegin ( ) const
inline

Return a const iterator to the beginning of the list.

template<class Policy >
auto boost::beast::http::detail::basic_parsed_list< Policy >::cend ( ) const
inline

Return a const iterator to the end of the list.

template<class Policy >
auto boost::beast::http::detail::basic_parsed_list< Policy >::end ( ) const
inline

Return a const iterator to the end of the list.


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