class VariableArgs

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

Describes a typed, client-modifiable value.

Public Methods

void VariableArgs (Storage_ storage)
void VariableArgs (::fuchsia_ui_gfx::ValueType type, ::fuchsia_ui_gfx::Value initial_value)
void VariableArgs ()

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

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

void VariableArgs (VariableArgs && )

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

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

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

VariableArgs & operator= (const VariableArgs & other)
bool operator== (const VariableArgs & other)
bool operator!= (const VariableArgs & other)
::fuchsia_ui_gfx::ValueType type ()
::fuchsia_ui_gfx::ValueType & type ()
VariableArgs & type (::fuchsia_ui_gfx::ValueType value)

Setter for type.

const ::fuchsia_ui_gfx::Value & initial_value ()
::fuchsia_ui_gfx::Value & initial_value ()
VariableArgs & initial_value (::fuchsia_ui_gfx::Value value)

Setter for initial_value.

void VariableArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits