#include <graph_helper.h>


Public Member Functions | |
| BreakStmtVisitor (std::set< Graph::vertex_descriptor > &segment_with_break) | |
| BreakStmtVisitor (const BreakStmtVisitor &other) | |
| void | discover_vertex (const Graph::vertex_descriptor vertex, const Graph &graph) |
| This function adds all break segments into segment_with_break_. More... | |
Public Attributes | |
| std::set < Graph::vertex_descriptor > & | segment_with_break_ |
| A set containing all the segments that contains a break statement. More... | |
|
inline |
|
inline |
|
inline |
This function adds all break segments into segment_with_break_.
| std::set<Graph::vertex_descriptor>& risc::sg::BreakStmtVisitor::segment_with_break_ |
A set containing all the segments that contains a break statement.
1.8.5