class Ipv4Address
Defined at line 64 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/cpp/fidl/fuchsia.net/cpp/natural_types.h
Ipv4Address is expressed in network byte order, so the most significant byte
("127" in the address "127.0.0.1") will be at index 0.
Public Methods
void Ipv4Address (Storage_ storage)
void Ipv4Address (::std::array<uint8_t, 4> addr)
void Ipv4Address ()
Default constructs a |Ipv4Address| only if all of its members are default constructible.
Defined at line 75 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/cpp/fidl/fuchsia.net/cpp/natural_types.h
void Ipv4Address (Ipv4Address && )
Defined at line 78 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/cpp/fidl/fuchsia.net/cpp/natural_types.h
void Ipv4Address (const Ipv4Address & other)
Ipv4Address & operator= (Ipv4Address && )
Defined at line 79 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/cpp/fidl/fuchsia.net/cpp/natural_types.h
Ipv4Address & operator= (const Ipv4Address & other)
bool operator== (const Ipv4Address & other)
bool operator!= (const Ipv4Address & other)
const ::std::array<uint8_t, 4> & addr ()
::std::array<uint8_t, 4> & addr ()
Ipv4Address & addr (::std::array<uint8_t, 4> value)
Setter for addr.
void Ipv4Address (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits