| 
    Intel(R) Threading Building Blocks Doxygen Documentation
    version 4.2.3
    
   | 
 
An abstract cache of successors, specialized to continue_msg. More...
#include <flow_graph.h>
Public Member Functions | |
| successor_cache () | |
| void | set_owner (sender< continue_msg > *owner) | 
| virtual | ~successor_cache () | 
| void | register_successor (successor_type &r) | 
| void | remove_successor (successor_type &r) | 
| bool | empty () | 
| void | clear () | 
Protected Types | |
| typedef M | mutex_type | 
| typedef untyped_receiver | successor_type | 
| typedef untyped_receiver * | pointer_type | 
| typedef std::list< pointer_type > | successors_type | 
Protected Attributes | |
| mutex_type | my_mutex | 
| successors_type | my_successors | 
| sender< continue_msg > * | my_owner | 
Additional Inherited Members | |
  Private Member Functions inherited from tbb::internal::no_copy | |
| no_copy (const no_copy &)=delete | |
| no_copy ()=default | |
An abstract cache of successors, specialized to continue_msg.
Definition at line 366 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 369 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 374 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 373 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 379 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 416 of file flow_graph.h.
      
  | 
  inlinevirtual | 
Definition at line 420 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 450 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 445 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 422 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 430 of file flow_graph.h.
      
  | 
  inline | 
Definition at line 418 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 370 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 386 of file flow_graph.h.
      
  | 
  protected | 
Definition at line 380 of file flow_graph.h.