#include <ip.hpp>
|
static Try< IP > | parse (const std::string &value, int family=AF_UNSPEC) |
|
static Try< IP > | create (const struct sockaddr_storage &_storage) |
|
static Try< IP > | create (const struct sockaddr &_storage) |
|
net::IP::IP |
( |
const struct in_addr & |
_storage | ) |
|
|
inlineexplicit |
net::IP::IP |
( |
const struct in6_addr & |
_storage | ) |
|
|
inlineexplicit |
net::IP::IP |
( |
uint32_t |
_ip | ) |
|
|
inlineexplicit |
Try< IP > net::IP::create |
( |
const struct sockaddr_storage & |
_storage | ) |
|
|
inlinestatic |
Try< IP > net::IP::create |
( |
const struct sockaddr & |
_storage | ) |
|
|
inlinestatic |
int net::IP::family |
( |
| ) |
const |
|
inline |
Try<struct in_addr> net::IP::in |
( |
| ) |
const |
|
inline |
Try<struct in6_addr> net::IP::in6 |
( |
| ) |
const |
|
inline |
bool net::IP::isAny |
( |
| ) |
const |
|
inline |
bool net::IP::isLoopback |
( |
| ) |
const |
|
inline |
bool net::IP::operator!= |
( |
const IP & |
that | ) |
const |
|
inline |
bool net::IP::operator< |
( |
const IP & |
that | ) |
const |
|
inline |
bool net::IP::operator== |
( |
const IP & |
that | ) |
const |
|
inline |
bool net::IP::operator> |
( |
const IP & |
that | ) |
const |
|
inline |
Try< IP > net::IP::parse |
( |
const std::string & |
value, |
|
|
int |
family = AF_UNSPEC |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file:
- 3rdparty/stout/include/stout/ip.hpp