STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::detail::ephemeral_pg< Task > Class Template Reference

Conditional base class of task_graph_impl used for PARAGRAPHs that destroy themselves incrementally as they execute. More...

Public Member Functions

 ephemeral_pg (Task *const factory_task_ptr)
 Stores the factory task with default scheduling information.
 
 ephemeral_pg (ephemeral_pg const &other)
 
void add_starting_task (Task *const)
 Required to provide a consistent interface to the derived class. Ephemeral PARAGRAPHs only have the factory task as their starting task.
 
std::pair< Task **, Task ** > get_executor_start_tasks (void)
 Return a range of a single task that contains the factory task.
 
Task & factory (void) const
 Return the factory of the PARAGRAPH. More...
 

Detailed Description

template<typename Task>
class stapl::detail::ephemeral_pg< Task >

Conditional base class of task_graph_impl used for PARAGRAPHs that destroy themselves incrementally as they execute.

Template Parameters
Taskclass used to represent PARAGRAPH tasks.
SchedInfoInformation required by the scheduler processing the PARAGRAPH to order tasks.

Member Function Documentation

◆ factory()

template<typename Task >
Task& stapl::detail::ephemeral_pg< Task >::factory ( void  ) const

Return the factory of the PARAGRAPH.


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