class GraphCreatorCreateResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void GraphCreatorCreateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits