class ClockImplGetClockPropertiesResult
Defined at line 1785 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
Public Methods
void ClockImplGetClockPropertiesResult (ClockImplGetClockPropertiesResult && other)
ClockImplGetClockPropertiesResult & operator= (ClockImplGetClockPropertiesResult && other)
void ClockImplGetClockPropertiesResult (const ClockImplGetClockPropertiesResult & other)
ClockImplGetClockPropertiesResult & operator= (const ClockImplGetClockPropertiesResult & other)
bool operator== (const ClockImplGetClockPropertiesResult & other)
bool operator!= (const ClockImplGetClockPropertiesResult & other)
::fuchsia_hardware_clockimpl::ClockImplGetClockPropertiesResult::Tag Which ()
ClockImplGetClockPropertiesResult WithResponse (::fuchsia_hardware_clockimpl::ClockImplGetClockPropertiesResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ClockImplGetClockPropertiesResult & response (::fuchsia_hardware_clockimpl::ClockImplGetClockPropertiesResponse value)
Sets the union to hold the response member.
ClockImplGetClockPropertiesResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ClockImplGetClockPropertiesResult & err (int32_t value)
Sets the union to hold the err member.
ClockImplGetClockPropertiesResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
ClockImplGetClockPropertiesResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void ClockImplGetClockPropertiesResult (::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 1793 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits