Represents a node in a DAG.
More...
#include <dag.hh>
A node in a DAG with incoming and outgoing edges (dependencies)
- data dependencies are described in the form of mem_block_t lists (in/out)
- also implements actual actions to perform per node
- user defined functions are "run_", "in_blocks_" and "out_blocks_"