Searched refs:IIterator (Results 1 – 2 of 2) sorted by relevance
52 class IIterator {54 IIterator() = default;55 ~IIterator() = default;57 IIterator(const IIterator& it) in IIterator() function63 IIterator(const typename Type::Ptr& it) in IIterator() function70 IIterator(IIterator&& it) noexcept : it_(move(it.it_)) {} in IIterator() function73 auto& operator=(const IIterator& it)82 auto& operator=(IIterator&& it) noexcept87 bool operator==(const IIterator& other) const97 bool operator!=(const IIterator& other)[all …]
111 using EntityIterator = BASE_NS::IIterator<CORE_NS::IEntityManager::Iterator>;