class ClockImplIsEnabledResult

Defined at line 672 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h

Public Methods

void ClockImplIsEnabledResult (ClockImplIsEnabledResult && other)
ClockImplIsEnabledResult & operator= (ClockImplIsEnabledResult && other)
void ClockImplIsEnabledResult (const ClockImplIsEnabledResult & other)
ClockImplIsEnabledResult & operator= (const ClockImplIsEnabledResult & other)
bool operator== (const ClockImplIsEnabledResult & other)
bool operator!= (const ClockImplIsEnabledResult & other)
::fuchsia_hardware_clockimpl::ClockImplIsEnabledResult::Tag Which ()
ClockImplIsEnabledResult WithResponse (::fuchsia_hardware_clockimpl::ClockImplIsEnabledResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ClockImplIsEnabledResult & response (::fuchsia_hardware_clockimpl::ClockImplIsEnabledResponse value)

Sets the union to hold the response member.

ClockImplIsEnabledResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ClockImplIsEnabledResult & err (int32_t value)

Sets the union to hold the err member.

ClockImplIsEnabledResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ClockImplIsEnabledResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void ClockImplIsEnabledResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 680 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits