class GraphCreateConsumerResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GraphCreateConsumerResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits