mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 05:40:27 +00:00
4d8cbe6d59
This commit renames and moves the related types in `Netif` module like `UnicastAddress`, `MulticastAddress`, etc. under `Netif` class (as a nested type). It also moves iterator types under the related type (for example, `ExternalMulticastAddressIteratorBuilder` becomes `Iterator::Builder` under `ExternalMulticastAddress` class. These changes help simplify the code (allow us to use shorter names in the `Netif` implementation).