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

#include <vtkSMPThreadLocal.h>

Inheritance diagram for vtkSMPThreadLocal< T >:
Inheritance graph
[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 45 of file vtkSMPThreadLocal.h.

Constructor & Destructor Documentation

◆ vtkSMPThreadLocal() [1/2]

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

Definition at line 52 of file vtkSMPThreadLocal.h.

◆ vtkSMPThreadLocal() [2/2]

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

Definition at line 61 of file vtkSMPThreadLocal.h.

Member Function Documentation

◆ Local()

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

Definition at line 75 of file vtkSMPThreadLocal.h.

◆ size()

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

Definition at line 89 of file vtkSMPThreadLocal.h.

◆ begin()

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

Definition at line 162 of file vtkSMPThreadLocal.h.

◆ end()

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

Definition at line 190 of file vtkSMPThreadLocal.h.


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