BRE12
|
An abstract cache of successors. More...
#include <_flow_graph_impl.h>
Protected Types | |
typedef M | mutex_type |
typedef receiver< T > | successor_type |
typedef receiver< T > * | pointer_type |
typedef sender< T > | owner_type |
typedef std::list< pointer_type > | successors_type |
Protected Attributes | |
mutex_type | my_mutex |
successors_type | my_successors |
owner_type * | my_owner |
An abstract cache of successors.