class DeviceReadClockResponse

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

Public Methods

void DeviceReadClockResponse (Storage_ storage)
void DeviceReadClockResponse (uint64_t ticks)
void DeviceReadClockResponse ()

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

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

void DeviceReadClockResponse (DeviceReadClockResponse && )

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

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

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

DeviceReadClockResponse & operator= (const DeviceReadClockResponse & other)
bool operator== (const DeviceReadClockResponse & other)
bool operator!= (const DeviceReadClockResponse & other)
uint64_t ticks ()
uint64_t & ticks ()
DeviceReadClockResponse & ticks (uint64_t value)

Setter for ticks.

void DeviceReadClockResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits