All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
risc::sg::BreakStmtVisitor Class Reference

#include <graph_helper.h>

Inheritance diagram for risc::sg::BreakStmtVisitor:
Inheritance graph
Collaboration diagram for risc::sg::BreakStmtVisitor:
Collaboration graph

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...
 

Constructor & Destructor Documentation

risc::sg::BreakStmtVisitor::BreakStmtVisitor ( std::set< Graph::vertex_descriptor > &  segment_with_break)
inline
risc::sg::BreakStmtVisitor::BreakStmtVisitor ( const BreakStmtVisitor other)
inline

Member Function Documentation

risc::sg::BreakStmtVisitor::discover_vertex ( const Graph::vertex_descriptor  vertex,
const Graph graph 
)
inline

This function adds all break segments into segment_with_break_.

Member Data Documentation

std::set<Graph::vertex_descriptor>& risc::sg::BreakStmtVisitor::segment_with_break_

A set containing all the segments that contains a break statement.


The documentation for this class was generated from the following file: