STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Protected Attributes
stapl::detail::edge_local_notifier Struct Reference

Derived class of edge_local_notifier_base that holds notifier counters, associated task and metadata for scheduling. Type is erased immediately after construction in task_graph_impl::add_task. More...

Public Member Functions

 edge_local_notifier (std::size_t pred_count, bool persistent)
 
void intrusive_ptr_add_ref_impl (void) const final
 Implementation of pure virtual method defined in abstract base class edge_local_notifier. More...
 
void intrusive_ptr_release_impl (void) const final
 Implementation of pure virtual method defined in abstract base class edge_local_notifier. More...
 
void operator() (executor_base &executor) final
 Implementation of pure virtual method defined in abstract base class edge_local_notifier. More...
 
void set_task_ptr (task_base *t, executor_base &executor) final
 Implementation of pure virtual method defined in abstract base class edge_local_notifier. More...
 

Public Types

typedef void result_type
 

Protected Attributes

const bool m_b_persistent
 Denotes whether PARAGRAPH this edge notifier is a part of is persistent.
 

Detailed Description

Derived class of edge_local_notifier_base that holds notifier counters, associated task and metadata for scheduling. Type is erased immediately after construction in task_graph_impl::add_task.

Member Function Documentation

◆ intrusive_ptr_add_ref_impl()

void stapl::detail::edge_local_notifier::intrusive_ptr_add_ref_impl ( void  ) const
finalvirtual

Implementation of pure virtual method defined in abstract base class edge_local_notifier.

Increment reference count and check assertions context on which method was called.

See also
edge_local_notifier::intrusive_ptr_add_ref_impl

Implements stapl::detail::edge_local_notifier_base.

◆ intrusive_ptr_release_impl()

void stapl::detail::edge_local_notifier::intrusive_ptr_release_impl ( void  ) const
finalvirtual

Implementation of pure virtual method defined in abstract base class edge_local_notifier.

Decrement reference count and check assertions context on which method was called.

See also
edge_local_notifier::intrusive_ptr_release_impl

Implements stapl::detail::edge_local_notifier_base.

◆ operator()()

void stapl::detail::edge_local_notifier::operator() ( executor_base executor)
finalvirtual

Implementation of pure virtual method defined in abstract base class edge_local_notifier.

See also
edge_local_notifier::operator()

Implements stapl::detail::edge_local_notifier_base.

◆ set_task_ptr()

void stapl::detail::edge_local_notifier::set_task_ptr ( task_base t,
executor_base executor 
)
finalvirtual

Implementation of pure virtual method defined in abstract base class edge_local_notifier.

See also
edge_local_notifier::set_task_ptr

Implements stapl::detail::edge_local_notifier_base.


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