VTK  9.4.20241118
Public Member Functions | List of all members
vtk::detail::smp::OpenMP::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 95 of file vtkSMPThreadLocalBackend.h.

Constructor & Destructor Documentation

◆ ThreadSpecificStorageIterator()

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

Definition at line 98 of file vtkSMPThreadLocalBackend.h.

Member Function Documentation

◆ SetThreadSpecificStorage()

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

Definition at line 105 of file vtkSMPThreadLocalBackend.h.

◆ SetToBegin()

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

Definition at line 110 of file vtkSMPThreadLocalBackend.h.

◆ SetToEnd()

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

Definition at line 120 of file vtkSMPThreadLocalBackend.h.

◆ GetInitialized()

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

Definition at line 126 of file vtkSMPThreadLocalBackend.h.

◆ GetAtEnd()

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

Definition at line 128 of file vtkSMPThreadLocalBackend.h.

◆ Forward()

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

Definition at line 130 of file vtkSMPThreadLocalBackend.h.

◆ GetStorage()

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

Definition at line 151 of file vtkSMPThreadLocalBackend.h.

◆ operator==()

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

Definition at line 157 of file vtkSMPThreadLocalBackend.h.


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