class Vector4Value

Defined at line 7717 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 vec4, and `value` is ignored.

Public Methods

void Vector4Value (Storage_ storage)
void Vector4Value (::fuchsia_ui_gfx::Vec4 value, uint32_t variable_id)
void Vector4Value ()

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

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

void Vector4Value (Vector4Value && )

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

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

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

Vector4Value & operator= (const Vector4Value & other)
bool operator== (const Vector4Value & other)
bool operator!= (const Vector4Value & other)
const ::fuchsia_ui_gfx::Vec4 & value ()
::fuchsia_ui_gfx::Vec4 & value ()
Vector4Value & value (::fuchsia_ui_gfx::Vec4 value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
Vector4Value & variable_id (uint32_t value)

Setter for variable_id.

void Vector4Value (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits