class GraphCreateThreadResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GraphCreateThreadResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits