VTK  9.1.0
Public Member Functions | Public Attributes | List of all members
vtk::detail::smp::STDThread::HashTableArray Struct Reference

#include <vtkSMPThreadLocalBackend.h>

Collaboration diagram for vtk::detail::smp::STDThread::HashTableArray:
[legend]

Public Member Functions

 HashTableArray (size_t sizeLg)
 
 ~HashTableArray ()
 

Public Attributes

size_t Size
 
size_t SizeLg
 
std::atomic< size_t > NumberOfEntries
 
SlotSlots
 
HashTableArrayPrev
 

Detailed Description

Definition at line 74 of file vtkSMPThreadLocalBackend.h.

Constructor & Destructor Documentation

◆ HashTableArray()

vtk::detail::smp::STDThread::HashTableArray::HashTableArray ( size_t  sizeLg)
explicit

◆ ~HashTableArray()

vtk::detail::smp::STDThread::HashTableArray::~HashTableArray ( )

Member Data Documentation

◆ Size

size_t vtk::detail::smp::STDThread::HashTableArray::Size

Definition at line 76 of file vtkSMPThreadLocalBackend.h.

◆ SizeLg

size_t vtk::detail::smp::STDThread::HashTableArray::SizeLg

Definition at line 76 of file vtkSMPThreadLocalBackend.h.

◆ NumberOfEntries

std::atomic<size_t> vtk::detail::smp::STDThread::HashTableArray::NumberOfEntries

Definition at line 77 of file vtkSMPThreadLocalBackend.h.

◆ Slots

Slot* vtk::detail::smp::STDThread::HashTableArray::Slots

Definition at line 78 of file vtkSMPThreadLocalBackend.h.

◆ Prev

HashTableArray* vtk::detail::smp::STDThread::HashTableArray::Prev

Definition at line 79 of file vtkSMPThreadLocalBackend.h.


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