MySQL 9.1.0
Source Code Documentation
|
results of a NetworkInterfaceResolver::query(). More...
#include <netif.h>
Public Types | |
using | value_type = NetworkInterfaceEntry |
using | const_reference = const value_type & |
using | reference = value_type & |
using | const_iterator = typename std::forward_list< value_type >::const_iterator |
using | iterator = const_iterator |
using | difference_type = ptrdiff_t |
using | size_type = size_t |
Public Member Functions | |
NetworkInterfaceResults ()=default | |
size_type | size () const noexcept |
size_type | max_size () const noexcept |
bool | empty () const noexcept |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Protected Attributes | |
std::forward_list< value_type > | results_ |
size_t | size_ {0} |
Friends | |
class | NetworkInterfaceResolver |
results of a NetworkInterfaceResolver::query().
using net::NetworkInterfaceResults::const_iterator = typename std::forward_list<value_type>::const_iterator |
using net::NetworkInterfaceResults::const_reference = const value_type & |
using net::NetworkInterfaceResults::difference_type = ptrdiff_t |
using net::NetworkInterfaceResults::size_type = size_t |
|
default |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
friend |
|
protected |
|
protected |