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