VTK
Classes | Public Member Functions | List of all members
vtkSMPThreadLocal< T > Class Template Reference

#include <vtkSMPThreadLocal.h>

Inheritance diagram for vtkSMPThreadLocal< T >:
[legend]

Classes

class  iterator
 

Public Member Functions

 vtkSMPThreadLocal ()
 
 vtkSMPThreadLocal (const T &exemplar)
 
T & Local ()
 
size_t size () const
 
iterator begin ()
 
iterator end ()
 

Detailed Description

template<typename T>
class vtkSMPThreadLocal< T >

Definition at line 44 of file vtkSMPThreadLocal.h.

Constructor & Destructor Documentation

◆ vtkSMPThreadLocal() [1/2]

template<typename T>
vtkSMPThreadLocal< T >::vtkSMPThreadLocal ( )
inline

Definition at line 51 of file vtkSMPThreadLocal.h.

◆ vtkSMPThreadLocal() [2/2]

template<typename T>
vtkSMPThreadLocal< T >::vtkSMPThreadLocal ( const T &  exemplar)
inlineexplicit

Definition at line 60 of file vtkSMPThreadLocal.h.

Member Function Documentation

◆ Local()

template<typename T>
T& vtkSMPThreadLocal< T >::Local ( )
inline

Definition at line 74 of file vtkSMPThreadLocal.h.

◆ size()

template<typename T>
size_t vtkSMPThreadLocal< T >::size ( ) const
inline

Definition at line 88 of file vtkSMPThreadLocal.h.

◆ begin()

template<typename T>
iterator vtkSMPThreadLocal< T >::begin ( )
inline

Definition at line 160 of file vtkSMPThreadLocal.h.

◆ end()

template<typename T>
iterator vtkSMPThreadLocal< T >::end ( )
inline

Definition at line 188 of file vtkSMPThreadLocal.h.


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