class RemoveAllLayersCmd
Defined at line 2009 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Remove all layers from a layer stack.
Constraints
- `layer_stack_id` refs a `LayerStack`.
Public Methods
void RemoveAllLayersCmd (Storage_ storage)
void RemoveAllLayersCmd (uint32_t layer_stack_id)
void RemoveAllLayersCmd ()
Default constructs a |RemoveAllLayersCmd| only if all of its members are default constructible.
Defined at line 2019 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void RemoveAllLayersCmd (RemoveAllLayersCmd && )
Defined at line 2022 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void RemoveAllLayersCmd (const RemoveAllLayersCmd & other)
RemoveAllLayersCmd & operator= (RemoveAllLayersCmd && )
Defined at line 2023 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
RemoveAllLayersCmd & operator= (const RemoveAllLayersCmd & other)
bool operator== (const RemoveAllLayersCmd & other)
bool operator!= (const RemoveAllLayersCmd & other)
uint32_t layer_stack_id ()
uint32_t & layer_stack_id ()
RemoveAllLayersCmd & layer_stack_id (uint32_t value)
Setter for layer_stack_id.
void RemoveAllLayersCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits