Unified ip address. More...
#include <network.hpp>
Public Member Functions | |
InetAddr () | |
InetAddr (const std::string &addr, unsigned prefix, uint32_t flags=0) | |
template<typename T > | |
T & | getAddr () |
template<typename T > | |
const T & | getAddr () const |
Public Attributes | |
InetAddrType | type |
unsigned | prefix |
uint32_t | flags |
Unified ip address.
|
inline |
InetAddr::InetAddr | ( | const std::string & | addr, |
unsigned | prefix, | ||
uint32_t | flags = 0 |
||
) |
|
inline |
|
inline |
uint32_t lxcpp::InetAddr::flags |
unsigned lxcpp::InetAddr::prefix |
InetAddrType lxcpp::InetAddr::type |