class RemoveLayerCmd
Defined at line 1941 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Remove a layer from a layer stack.
Constraints:
- `layer_stack_id` refs a `LayerStack`.
- `layer_id` refs a `Layer`.
- The layer must belong to this stack.
Public Methods
void RemoveLayerCmd (Storage_ storage)
void RemoveLayerCmd (uint32_t layer_stack_id, uint32_t layer_id)
void RemoveLayerCmd ()
Default constructs a |RemoveLayerCmd| only if all of its members are default constructible.
Defined at line 1951 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void RemoveLayerCmd (RemoveLayerCmd && )
Defined at line 1954 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void RemoveLayerCmd (const RemoveLayerCmd & other)
RemoveLayerCmd & operator= (RemoveLayerCmd && )
Defined at line 1955 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
RemoveLayerCmd & operator= (const RemoveLayerCmd & other)
bool operator== (const RemoveLayerCmd & other)
bool operator!= (const RemoveLayerCmd & other)
uint32_t layer_stack_id ()
uint32_t & layer_stack_id ()
RemoveLayerCmd & layer_stack_id (uint32_t value)
Setter for layer_stack_id.
uint32_t layer_id ()
uint32_t & layer_id ()
RemoveLayerCmd & layer_id (uint32_t value)
Setter for layer_id.
void RemoveLayerCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits