Added subitems for sections.

This commit is contained in:
2025-09-28 10:59:05 +02:00
parent 4996c03b39
commit 007970f4ee
4 changed files with 40 additions and 11 deletions

View File

@@ -206,6 +206,11 @@ namespace znode
return !children().empty();
}
bool has_child(int idx) const
{
return (idx>-1 && idx<children().size());
}
//! testet, ob kinder vorhanden sind.
bool has_child(str_cref tagname ) const
{