class ClockGetPropertiesResponse

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

Public Methods

void ClockGetPropertiesResponse (Storage_ storage)
void ClockGetPropertiesResponse (uint32_t id, ::std::string name)
void ClockGetPropertiesResponse ()

Default constructs a |ClockGetPropertiesResponse| only if all of its members are default constructible.

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

void ClockGetPropertiesResponse (ClockGetPropertiesResponse && )

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

void ClockGetPropertiesResponse (const ClockGetPropertiesResponse & other)
ClockGetPropertiesResponse & operator= (ClockGetPropertiesResponse && )

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

ClockGetPropertiesResponse & operator= (const ClockGetPropertiesResponse & other)
bool operator== (const ClockGetPropertiesResponse & other)
bool operator!= (const ClockGetPropertiesResponse & other)
uint32_t id ()

The platform-specific number of this clock, set as a bind property on the driver node.

uint32_t & id ()

The platform-specific number of this clock, set as a bind property on the driver node.

ClockGetPropertiesResponse & id (uint32_t value)

The platform-specific number of this clock, set as a bind property on the driver node.

const ::std::string & name ()

The human-readable name of this clock. Either provided by the implementation, or the

device tree.

::std::string & name ()

The human-readable name of this clock. Either provided by the implementation, or the

device tree.

ClockGetPropertiesResponse & name (::std::string value)

The human-readable name of this clock. Either provided by the implementation, or the

device tree.

void ClockGetPropertiesResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits