#include <socket_base.h>
Definition at line 104 of file socket_base.h.
◆ InterfaceSocketAddress()
dart::bin::InterfaceSocketAddress::InterfaceSocketAddress |
( |
struct sockaddr * |
sa, |
|
|
const char * |
interface_name, |
|
|
intptr_t |
interface_index |
|
) |
| |
|
inline |
Definition at line 106 of file socket_base.h.
109 : socket_address_(new SocketAddress(sa)),
int interface_index() const
const char * interface_name() const
◆ ~InterfaceSocketAddress()
dart::bin::InterfaceSocketAddress::~InterfaceSocketAddress |
( |
| ) |
|
|
inline |
◆ interface_index()
int dart::bin::InterfaceSocketAddress::interface_index |
( |
| ) |
const |
|
inline |
◆ interface_name()
const char * dart::bin::InterfaceSocketAddress::interface_name |
( |
| ) |
const |
|
inline |
◆ socket_address()
SocketAddress * dart::bin::InterfaceSocketAddress::socket_address |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: