class SyntheticClockRealmCreateClockResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SyntheticClockRealmCreateClockResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits