class Vec4

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

Public Methods

void Vec4 (Storage_ storage)
void Vec4 (float x, float y, float z, float w)
void Vec4 ()

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

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

void Vec4 (Vec4 && )

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

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

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

Vec4 & operator= (const Vec4 & other)
bool operator== (const Vec4 & other)
bool operator!= (const Vec4 & other)
float x ()
float & x ()
Vec4 & x (float value)

Setter for x.

float y ()
float & y ()
Vec4 & y (float value)

Setter for y.

float z ()
float & z ()
Vec4 & z (float value)

Setter for z.

float w ()
float & w ()
Vec4 & w (float value)

Setter for w.

void Vec4 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits