class GraphCreateMixerResult

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

Public Methods

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

Sets the union to hold the response member.

GraphCreateMixerResult WithErr (::fuchsia_audio_mixer::CreateNodeError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
GraphCreateMixerResult & err (::fuchsia_audio_mixer::CreateNodeError value)

Sets the union to hold the err member.

void GraphCreateMixerResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits