Struct INodeDelete#
Defined in File toml.h
Inheritance Relationships#
Derived Type#
public toml_parser::CNode(Class CNode)
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.
-
virtual bool DeleteNode() = 0#