Inheritance diagram for Ux::SockIPv4:
Definition at line 37 of file uxsocket.hpp.
Public Member Functions | |
SockIPv4 (in_addr_t ip=0) | |
SockIPv4 (const char *str) | |
void | set (const char *str) |
void | set (in_addr_t ip=0) |
in_addr_t | get_ipv4 (void) const |
const char * | get_string (char *buf, socklen_t bufsize) const |
Protected Attributes | |
in_addr_t | ipv4 |
|
Definition at line 42 of file uxsocket.hpp. References set(). |
|
Definition at line 44 of file uxsocket.hpp. References set(). |
|
Definition at line 49 of file uxsocket.hpp. |
|
Calls inet_ntop. Definition at line 40 of file uxsocket.cpp. |
|
Definition at line 47 of file uxsocket.hpp. |
|
Calls inet_pton. Throws errors from inet_pton, or EINVAL if inet_pton returns 0. Definition at line 27 of file uxsocket.cpp. Referenced by SockIPv4(). |
|
Definition at line 39 of file uxsocket.hpp. Referenced by get_string(), and set(). |