Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::clear_element< N > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface10::internal::clear_element< N >:

Static Public Member Functions

template<typename P >
static void clear_this (P &p)
 
template<typename P >
static bool this_empty (P &p)
 

Detailed Description

template<int N>
struct tbb::flow::interface10::internal::clear_element< N >

Definition at line 525 of file flow_graph.h.

Member Function Documentation

◆ clear_this()

template<int N>
template<typename P >
static void tbb::flow::interface10::internal::clear_element< N >::clear_this ( P &  p)
inlinestatic

Definition at line 526 of file flow_graph.h.

530  :
531  template< typename R, typename B > friend class run_and_put_task;

◆ this_empty()

template<int N>
template<typename P >
static bool tbb::flow::interface10::internal::clear_element< N >::this_empty ( P &  p)
inlinestatic

Definition at line 530 of file flow_graph.h.

530  :
531  template< typename R, typename B > friend class run_and_put_task;
532  template< typename X, typename Y > friend class internal::broadcast_cache;
533  template< typename X, typename Y > friend class internal::round_robin_cache;
534  virtual task *try_put_task(const T& t) = 0;
task * try_put_task(const T &t) __TBB_override
A cache of successors that are broadcast to.
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task
A cache of successors that are put in a round-robin fashion.

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

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.