class FDomainReplaceResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void FDomainReplaceResult (::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 4008 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits