class FloatValue

Defined at line 6868 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

A value that is specified explicitly by `value` if `variable_id` is zero,

or is the value produced by the resource identified by `variable_id`, e.g.

an animation or expression. In the latter case, the value produced by the

resource must be a float32, and `value` is ignored.

Public Methods

void FloatValue (Storage_ storage)
void FloatValue (float value, uint32_t variable_id)
void FloatValue ()

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

Defined at line 6878 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

void FloatValue (FloatValue && )

Defined at line 6881 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

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

Defined at line 6882 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h

FloatValue & operator= (const FloatValue & other)
bool operator== (const FloatValue & other)
bool operator!= (const FloatValue & other)
float value ()
float & value ()
FloatValue & value (float value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
FloatValue & variable_id (uint32_t value)

Setter for variable_id.

void FloatValue (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits