Home
last modified time | relevance | path

Searched refs:IIterator (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h52 class IIterator {
54 IIterator() = default;
55 ~IIterator() = default;
57 IIterator(const IIterator& it) in IIterator() function
63 IIterator(const typename Type::Ptr& it) in IIterator() function
70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in IIterator() function
73 auto& operator=(const IIterator& it)
82 auto& operator=(IIterator&& it) noexcept
87 bool operator==(const IIterator& other) const
97 bool operator!=(const IIterator& other)
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_entity_manager.h111 using EntityIterator = BASE_NS::IIterator<CORE_NS::IEntityManager::Iterator>;