Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds