SAGA Adaptor CPI v.1.0
saga::adaptors::task_blocker_for_bulk Struct Reference

#include <bulk_strategy_base.hpp>

List of all members.

Public Member Functions

 task_blocker_for_bulk (impl::task_container *tc_)
 ~task_blocker_for_bulk (void)

Public Attributes

saga::impl::task_container * tc

Detailed Description

Thread safe struct, to block tasks, while they are tried to execute by this strategy implementation.

Definition at line 26 of file bulk_strategy_base.hpp.


Constructor & Destructor Documentation

saga::adaptors::task_blocker_for_bulk::task_blocker_for_bulk ( impl::task_container *  tc_)

constructor

Definition at line 27 of file bulk_strategy_base.cpp.

References tc.

saga::adaptors::task_blocker_for_bulk::~task_blocker_for_bulk ( void  )

destructor

Definition at line 34 of file bulk_strategy_base.cpp.

References tc.


Member Data Documentation

saga::impl::task_container* saga::adaptors::task_blocker_for_bulk::tc

Definition at line 28 of file bulk_strategy_base.hpp.

Referenced by task_blocker_for_bulk(), and ~task_blocker_for_bulk().


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines