class FDomainCloseResult

Defined at line 3859 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

FDomainCloseResult WithErr (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
FDomainCloseResult & err (::fuchsia_fdomain::Error value)

Sets the union to hold the err member.

FDomainCloseResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
FDomainCloseResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void FDomainCloseResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 3870 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits