class GraphStartResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GraphStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits