BRE12
|
An abstract cache of successors, specialized to continue_msg. More...
#include <_flow_graph_impl.h>
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 |
An abstract cache of successors, specialized to continue_msg.