MySQL 9.1.0
Source Code Documentation
|
#include <internet.h>
Public Types | |
using | value_type = address_v4 |
using | difference_type = ptrdiff_t |
using | pointer = const value_type * |
using | reference = const value_type & |
using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
basic_address_iterator (const value_type &a) noexcept | |
reference | operator* () const noexcept |
pointer | operator-> () const noexcept |
basic_address_iterator & | operator++ () noexcept |
basic_address_iterator | operator++ (int) noexcept |
basic_address_iterator & | operator-- () noexcept |
basic_address_iterator | operator-- (int) noexcept |
bool | operator== (const basic_address_iterator &rhs) const noexcept |
bool | operator!= (const basic_address_iterator &rhs) const noexcept |
Private Attributes | |
value_type | addr_ |
using net::ip::basic_address_iterator< address_v4 >::difference_type = ptrdiff_t |
using net::ip::basic_address_iterator< address_v4 >::iterator_category = std::input_iterator_tag |
using net::ip::basic_address_iterator< address_v4 >::pointer = const value_type * |
using net::ip::basic_address_iterator< address_v4 >::reference = const value_type & |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |