#include <set>#include <utility>#include <list>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/breadth_first_search.hpp>#include "segment_graph.h"

Go to the source code of this file.
Classes | |
| class | risc::sg::LeafNodeVisitor |
| class | risc::sg::BreakStmtVisitor |
| class | risc::sg::ContinueStmtVisitor |
Namespaces | |
| namespace | risc |
| namespace | risc::sg |
Functions | |
| std::list< int > | risc::sg::get_all_reachable_segments (SegmentGraph &segment_graph, int starting_id) |
| This function returns which segments are reachable from the given segment. | |
1.6.1