class GraphCreateCustomResult
Defined at line 3667 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Public Methods
void GraphCreateCustomResult (GraphCreateCustomResult && other)
GraphCreateCustomResult & operator= (GraphCreateCustomResult && other)
::fuchsia_audio_mixer::GraphCreateCustomResult::Tag Which ()
GraphCreateCustomResult WithResponse (::fuchsia_audio_mixer::GraphCreateCustomResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
GraphCreateCustomResult & response (::fuchsia_audio_mixer::GraphCreateCustomResponse value)
Sets the union to hold the response member.
GraphCreateCustomResult WithErr (::fuchsia_audio_mixer::CreateNodeError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
GraphCreateCustomResult & err (::fuchsia_audio_mixer::CreateNodeError value)
Sets the union to hold the err member.
void GraphCreateCustomResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 3677 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits