node: remove_child_at function

This commit is contained in:
BlackMATov
2020-04-22 08:20:53 +07:00
parent 906dfcd292
commit 969180f3db
5 changed files with 41 additions and 0 deletions

View File

@@ -128,6 +128,8 @@ namespace e2d
node_iptr child_at(std::size_t index) noexcept;
const_node_iptr child_at(std::size_t index) const noexcept;
node_iptr remove_child_at(std::size_t index) noexcept;
protected:
node() = default;
node(gobject owner);