VTK  9.3.20240328
Public Member Functions | Friends | List of all members
vtkSMPThreadLocalObject< T >::iterator Class Reference

Subset of the standard iterator API. More...

#include <vtkSMPThreadLocalObject.h>

Public Member Functions

iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &other)
 
bool operator!= (const iterator &other)
 
T *& operator* ()
 
T ** operator-> ()
 

Friends

class vtkSMPThreadLocalObject< T >
 

Detailed Description

template<typename T>
class vtkSMPThreadLocalObject< T >::iterator

Subset of the standard iterator API.

The most common design pattern is to use iterators in a sequential code block and to use only the thread local objects in parallel code blocks.

Definition at line 147 of file vtkSMPThreadLocalObject.h.

Member Function Documentation

◆ operator++() [1/2]

template<typename T >
iterator& vtkSMPThreadLocalObject< T >::iterator::operator++ ( )
inline

Definition at line 150 of file vtkSMPThreadLocalObject.h.

◆ operator++() [2/2]

template<typename T >
iterator vtkSMPThreadLocalObject< T >::iterator::operator++ ( int  )
inline

Definition at line 157 of file vtkSMPThreadLocalObject.h.

◆ operator==()

template<typename T >
bool vtkSMPThreadLocalObject< T >::iterator::operator== ( const iterator other)
inline

Definition at line 164 of file vtkSMPThreadLocalObject.h.

◆ operator!=()

template<typename T >
bool vtkSMPThreadLocalObject< T >::iterator::operator!= ( const iterator other)
inline

Definition at line 166 of file vtkSMPThreadLocalObject.h.

◆ operator*()

template<typename T >
T*& vtkSMPThreadLocalObject< T >::iterator::operator* ( )
inline

Definition at line 168 of file vtkSMPThreadLocalObject.h.

◆ operator->()

template<typename T >
T** vtkSMPThreadLocalObject< T >::iterator::operator-> ( )
inline

Definition at line 170 of file vtkSMPThreadLocalObject.h.

Friends And Related Function Documentation

◆ vtkSMPThreadLocalObject< T >

template<typename T >
friend class vtkSMPThreadLocalObject< T >
friend

Definition at line 173 of file vtkSMPThreadLocalObject.h.


The documentation for this class was generated from the following file: