Reference documentation for deal.II version 9.1.0-pre
Public Attributes | List of all members
Threads::internal::TaskEntryPoint< RT > Struct Template Reference

#include <deal.II/base/thread_management.h>

Inherits task.

Public Attributes

TaskDescriptor< RT > & task_descriptor
 

Detailed Description

template<typename RT>
struct Threads::internal::TaskEntryPoint< RT >

The task class for TBB that is used by the TaskDescriptor class.

Definition at line 1403 of file thread_management.h.

Member Data Documentation

template<typename RT >
TaskDescriptor<RT>& Threads::internal::TaskEntryPoint< RT >::task_descriptor

A reference to the descriptor object of this task.

Definition at line 1432 of file thread_management.h.


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