class SetupSetResult

Defined at line 4840 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SetupSetResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 4850 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits