16 #ifndef vtkSMPThreadLocalImplAbstract_h
17 #define vtkSMPThreadLocalImplAbstract_h
36 virtual T&
Local() = 0;
38 virtual size_t size()
const = 0;
58 std::unique_ptr<ItImpl>
Clone()
const {
return std::unique_ptr<ItImpl>(
CloneImpl()); }
64 virtual std::unique_ptr<ItImpl>
begin() = 0;
66 virtual std::unique_ptr<ItImpl>
end() = 0;
69 template <BackendType Backend,
typename T>
virtual ~ItImpl()=default
virtual bool Compare(ItImpl *other)=0
virtual void Increment()=0
virtual std::unique_ptr< ItImpl > begin()=0
virtual size_t size() const =0
ItImpl & operator=(const ItImpl &)=default
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
virtual T * GetContentPtr()=0
virtual ~vtkSMPThreadLocalImplAbstract()=default
virtual std::unique_ptr< ItImpl > end()=0
std::unique_ptr< ItImpl > Clone() const
virtual ItImpl * CloneImpl() const =0
virtual T & GetContent()=0