Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
An abstract cache of successors, specialized to continue_msg. More...
#include <_flow_graph_cache_impl.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 () |
virtual task * | try_put_task (const continue_msg &t)=0 |
Protected Types | |
typedef spin_rw_mutex | mutex_type |
typedef receiver< continue_msg > | successor_type |
typedef receiver< continue_msg > * | 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 | |
![]() | |
no_copy () | |
Allow default construction. More... | |
An abstract cache of successors, specialized to continue_msg.
Definition at line 369 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 372 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 380 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 379 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 382 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 419 of file _flow_graph_cache_impl.h.
|
inlinevirtual |
Definition at line 423 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 453 of file _flow_graph_cache_impl.h.
|
inline |
Definition at line 448 of file _flow_graph_cache_impl.h.
References internal::node_cache< T, M >::my_mutex.
|
inline |
Definition at line 425 of file _flow_graph_cache_impl.h.
References internal::node_cache< T, M >::my_mutex, and internal::predecessor_cache< T, M >::my_owner.
|
inline |
Definition at line 433 of file _flow_graph_cache_impl.h.
References internal::node_cache< T, M >::my_mutex, and internal::predecessor_cache< T, M >::my_owner.
|
inline |
Definition at line 421 of file _flow_graph_cache_impl.h.
References internal::predecessor_cache< T, M >::my_owner.
|
pure virtual |
|
protected |
Definition at line 373 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 389 of file _flow_graph_cache_impl.h.
|
protected |
Definition at line 383 of file _flow_graph_cache_impl.h.