class Vector3Value

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

Public Methods

void Vector3Value (Storage_ storage)
void Vector3Value (::fuchsia_ui_gfx::Vec3 value, uint32_t variable_id)
void Vector3Value ()

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

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

void Vector3Value (Vector3Value && )

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

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

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

Vector3Value & operator= (const Vector3Value & other)
bool operator== (const Vector3Value & other)
bool operator!= (const Vector3Value & other)
const ::fuchsia_ui_gfx::Vec3 & value ()
::fuchsia_ui_gfx::Vec3 & value ()
Vector3Value & value (::fuchsia_ui_gfx::Vec3 value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
Vector3Value & variable_id (uint32_t value)

Setter for variable_id.

void Vector3Value (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits