class ControlRemoveAddressResult

Defined at line 1713 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h

Public Methods

void ControlRemoveAddressResult (ControlRemoveAddressResult && other)
ControlRemoveAddressResult & operator= (ControlRemoveAddressResult && other)
void ControlRemoveAddressResult (const ControlRemoveAddressResult & other)
ControlRemoveAddressResult & operator= (const ControlRemoveAddressResult & other)
bool operator== (const ControlRemoveAddressResult & other)
bool operator!= (const ControlRemoveAddressResult & other)
::fuchsia_net_interfaces_admin::ControlRemoveAddressResult::Tag Which ()
ControlRemoveAddressResult WithResponse (::fuchsia_net_interfaces_admin::ControlRemoveAddressResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControlRemoveAddressResult & response (::fuchsia_net_interfaces_admin::ControlRemoveAddressResponse value)

Sets the union to hold the response member.

ControlRemoveAddressResult WithErr (::fuchsia_net_interfaces_admin::ControlRemoveAddressError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControlRemoveAddressResult & err (::fuchsia_net_interfaces_admin::ControlRemoveAddressError value)

Sets the union to hold the err member.

void ControlRemoveAddressResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1723 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces.admin/fuchsia.net.interfaces.admin/cpp/fidl/fuchsia.net.interfaces.admin/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits