VTK  9.2.6
vtk::detail::smp::STDThread::ThreadSpecificStorageIterator Class Reference

#include <vtkSMPThreadLocalBackend.h>

Public Member Functions

 ThreadSpecificStorageIterator ()
void SetThreadSpecificStorage (ThreadSpecific &threadSpecifc)
void SetToBegin ()
void SetToEnd ()
bool GetInitialized () const
bool GetAtEnd () const
void Forward ()
StoragePointerTypeGetStorage () const
bool operator== (const ThreadSpecificStorageIterator &it) const

Detailed Description

Definition at line 107 of file vtkSMPThreadLocalBackend.h.

Constructor & Destructor Documentation

◆ ThreadSpecificStorageIterator()

vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::ThreadSpecificStorageIterator ( )
inline

Definition at line 110 of file vtkSMPThreadLocalBackend.h.

Member Function Documentation

◆ SetThreadSpecificStorage()

void vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::SetThreadSpecificStorage ( ThreadSpecific & threadSpecifc)
inline

Definition at line 117 of file vtkSMPThreadLocalBackend.h.

◆ SetToBegin()

void vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::SetToBegin ( )
inline

Definition at line 122 of file vtkSMPThreadLocalBackend.h.

◆ SetToEnd()

void vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::SetToEnd ( )
inline

Definition at line 132 of file vtkSMPThreadLocalBackend.h.

◆ GetInitialized()

bool vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::GetInitialized ( ) const
inline

Definition at line 138 of file vtkSMPThreadLocalBackend.h.

◆ GetAtEnd()

bool vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::GetAtEnd ( ) const
inline

Definition at line 140 of file vtkSMPThreadLocalBackend.h.

◆ Forward()

void vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::Forward ( )
inline

Definition at line 142 of file vtkSMPThreadLocalBackend.h.

◆ GetStorage()

StoragePointerType & vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::GetStorage ( ) const
inline

Definition at line 163 of file vtkSMPThreadLocalBackend.h.

◆ operator==()

bool vtk::detail::smp::STDThread::ThreadSpecificStorageIterator::operator== ( const ThreadSpecificStorageIterator & it) const
inline

Definition at line 169 of file vtkSMPThreadLocalBackend.h.


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