class InitStep
Defined at line 2034 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
A single init step to be performed by the clock core driver.
Public Methods
void InitStep (Storage_ storage)
void InitStep ()
Defined at line 2040 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
void InitStep (InitStep && )
Defined at line 2041 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
void InitStep (const InitStep & other)
InitStep & operator= (InitStep && )
Defined at line 2042 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/natural_types.h
InitStep & operator= (const InitStep & other)
bool operator== (const InitStep & other)
bool operator!= (const InitStep & other)
bool IsEmpty ()
const std::optional<uint32_t> & id ()
The platform-specific clock ID that this step operates on.
This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.
::std::optional<uint32_t> & id ()
The platform-specific clock ID that this step operates on.
This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.
InitStep & id (std::optional<uint32_t> value)
The platform-specific clock ID that this step operates on.
This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.
const std::optional< ::fuchsia_hardware_clockimpl::InitCall> & call ()
A call to make on this clock. This must be set.
::std::optional< ::fuchsia_hardware_clockimpl::InitCall> & call ()
A call to make on this clock. This must be set.
InitStep & call (std::optional< ::fuchsia_hardware_clockimpl::InitCall> value)
A call to make on this clock. This must be set.
void InitStep (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits