class DetachCmd
Defined at line 521 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Detaches a parentable object from its parent (e.g. a node from a parent node,
or a layer from a layer stack). It is illegal to apply this command to a
non-parentable object. No-op if the target object currently has no parent.
Constraints:
- `id` refs a parentable object
Discussion:
For nodes, this command will detach a node from its parent, regardless of
whether it is a part or a child of its parent.
Public Methods
void DetachCmd (Storage_ storage)
void DetachCmd (uint32_t id)
void DetachCmd ()
Default constructs a |DetachCmd| only if all of its members are default constructible.
Defined at line 531 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void DetachCmd (DetachCmd && )
Defined at line 534 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void DetachCmd (const DetachCmd & other)
DetachCmd & operator= (DetachCmd && )
Defined at line 535 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
DetachCmd & operator= (const DetachCmd & other)
bool operator== (const DetachCmd & other)
bool operator!= (const DetachCmd & other)
uint32_t id ()
uint32_t & id ()
DetachCmd & id (uint32_t value)
Setter for id.
void DetachCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits