Ember
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
tbb::enumerable_thread_specific< T > Class Template Reference

#include <tbb_fake.h>

Public Member Functions

 enumerable_thread_specific ()
 
 enumerable_thread_specific (T(*func)())
 
T & local ()
 

Private Attributes

val
 

Constructor & Destructor Documentation

◆ enumerable_thread_specific() [1/2]

template<class T >
tbb::enumerable_thread_specific< T >::enumerable_thread_specific ( )
inline

◆ enumerable_thread_specific() [2/2]

template<class T >
tbb::enumerable_thread_specific< T >::enumerable_thread_specific ( T(*)()  func)
inline

Member Function Documentation

◆ local()

template<class T >
T & tbb::enumerable_thread_specific< T >::local ( )
inline

Member Data Documentation

◆ val

template<class T >
T tbb::enumerable_thread_specific< T >::val
private

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