Skip to main content

inet::IpAddress4

Functions

IpAddress4()#

inline

inet::IpAddress4::IpAddress4 ()

IpAddress4(in_addr_t value)#

inline explicit

inet::IpAddress4::IpAddress4 (in_addr_t value)

IpAddress4(u8 a, u8 b, u8 c, u8 d)#

inline

inet::IpAddress4::IpAddress4 (u8 a, u8 b, u8 c, u8 d)

IpAddress4(var::StringView value)#

inline explicit

inet::IpAddress4::IpAddress4 (var::StringView value)

address() const#

inline

const in_addr_t & inet::IpAddress4::address () const

Type: const in_addr_t &

to_string() const#

inline

var::NumberString inet::IpAddress4::to_string () const

Type: var::NumberString

Static Functions

broadcast()#

inline

static IpAddress4 inet::IpAddress4::broadcast ()

Type: IpAddress4

from_string(const var::StringView value)#

inline

static IpAddress4 inet::IpAddress4::from_string (const var::StringView value)

Type: IpAddress4

Parameters: