ゴミ箱
Public Types | Public Member Functions | Friends | List of all members
boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator Class Reference

Public Types

using value_type = typename basic_chunk_extensions::value_type
 
using pointer = value_type const *
 
using reference = value_type const &
 
using difference_type = std::ptrdiff_t
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 const_iterator ()=default
 
 const_iterator (const_iterator &&other)=default
 
 const_iterator (const_iterator const &other)=default
 
const_iteratoroperator= (const_iterator &&other)=default
 
const_iteratoroperator= (const_iterator const &other)=default
 
bool operator== (const_iterator const &other) const
 
bool operator!= (const_iterator const &other) const
 
reference operator* ()
 
pointer operator-> ()
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 

Friends

class basic_chunk_extensions
 

Member Typedef Documentation

template<class Allocator >
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::difference_type = std::ptrdiff_t
template<class Allocator >
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::iterator_category = std::forward_iterator_tag
template<class Allocator >
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::pointer = value_type const*
template<class Allocator >
using boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::reference = value_type const&

Constructor & Destructor Documentation

template<class Allocator >
boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::const_iterator ( )
default
template<class Allocator >
boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::const_iterator ( const_iterator &&  other)
default
template<class Allocator >
boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::const_iterator ( const_iterator const &  other)
default

Member Function Documentation

template<class Allocator >
bool boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator!= ( const_iterator const &  other) const
inline
template<class Allocator >
auto boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator* ( )
template<class Allocator >
const_iterator& boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator++ ( )
inline
template<class Allocator >
const_iterator boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator++ ( int  )
inline
template<class Allocator >
pointer boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator-> ( )
inline
template<class Allocator >
const_iterator& boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator= ( const_iterator &&  other)
default
template<class Allocator >
const_iterator& boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator= ( const_iterator const &  other)
default
template<class Allocator >
bool boost::beast::http::basic_chunk_extensions< Allocator >::const_iterator::operator== ( const_iterator const &  other) const
inline

Friends And Related Function Documentation

template<class Allocator >
friend class basic_chunk_extensions
friend

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