class Matrix4Value

Defined at line 7785 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 Matrix4Value (Storage_ storage)
void Matrix4Value (::fuchsia_ui_gfx::Mat4 value, uint32_t variable_id)
void Matrix4Value ()

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

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

void Matrix4Value (Matrix4Value && )

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

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

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

Matrix4Value & operator= (const Matrix4Value & other)
bool operator== (const Matrix4Value & other)
bool operator!= (const Matrix4Value & other)
const ::fuchsia_ui_gfx::Mat4 & value ()
::fuchsia_ui_gfx::Mat4 & value ()
Matrix4Value & value (::fuchsia_ui_gfx::Mat4 value)

Setter for value.

uint32_t variable_id ()
uint32_t & variable_id ()
Matrix4Value & variable_id (uint32_t value)

Setter for variable_id.

void Matrix4Value (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits