mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 13:50:28 +00:00
4e8836cbec
This commit updates `ChildTable` class. It mainly adds support for using range-based `for` loops to iterate over all child entries (matching a given state filter). It also simplifies the `Iterator` implementation (removing the now unused behavior to start the iteration from a specific child in the table). The unit test `test_child_table` is also updated to add tests for the newly added behavior.