Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
seastar::net::ipv4_address Struct Reference

Public Member Functions

 ipv4_address (uint32_t ip) noexcept
 
 ipv4_address (const std::string &addr)
 
 ipv4_address (ipv4_addr addr) noexcept
 
template<typename Adjuster >
auto adjust_endianness (Adjuster a)
 
void write (char *p) const noexcept
 
void produce (char *&p) const noexcept
 

Static Public Member Functions

static ipv4_address read (const char *p) noexcept
 
static ipv4_address consume (const char *&p) noexcept
 
static constexpr size_t size ()
 

Public Attributes

packed< uint32_t > ip
 

The documentation for this struct was generated from the following file: