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