Struct INodeDelete#

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct INodeDelete#

Remove the current node.

Remark

The root node cannot be deleted.

Subclassed by toml_parser::CNode

Public Functions

virtual bool DeleteNode() = 0#

Delete the current node.

Attention

A successful deletion will cause all interfaces to the current node to become inoperable.

Returns:

Returns whether the deletion was successful.

boolean DeleteNode()

Delete the current node.

Attention

A successful deletion will cause all interfaces to the current node to become inoperable.

Returns:

Returns whether the deletion was successful.

Public Static Attributes

static constexpr ::sdv::interface_id _id = 0x1F4940AD4D24EFB3#

Interface ID.