STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Protected Member Functions
stapl::paragraph_impl::paragraph_view_base Class Reference

Trivial view class for PARAGRAPH holding a task_graph pointer. Used for consume() statements and as a base class of Scheduler typed class template paragraph_view. More...

Public Member Functions

task_graphcontainer (void) const
 
 paragraph_view_base (task_graph &paragraph)
 

Protected Member Functions

 ~paragraph_view_base ()
 

Detailed Description

Trivial view class for PARAGRAPH holding a task_graph pointer. Used for consume() statements and as a base class of Scheduler typed class template paragraph_view.

Constructor & Destructor Documentation

◆ ~paragraph_view_base()

stapl::paragraph_impl::paragraph_view_base::~paragraph_view_base ( )
protected
Note
this method is implemented as a workaround of Intel 14's default destructor when the code is compiled with -O0. The default destructor provided incorrectly zeroes out memory, resulting in seg faults in task execution of dynamic work functions.

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