class ControlCreatorCreateResult

Defined at line 467 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

ControlCreatorCreateResult WithErr (::fuchsia_audio_device::ControlCreatorError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControlCreatorCreateResult & err (::fuchsia_audio_device::ControlCreatorError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void ControlCreatorCreateResult (::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 478 of file fidling/gen/sdk/fidl/fuchsia.audio.device/fuchsia.audio.device/cpp/fidl/fuchsia.audio.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits