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