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