#include <vertex_property_writer.h>
      
        
          | risc::sg::VertexPropertyWriter::VertexPropertyWriter | ( | Graph & | graph | ) |  | 
      
 
 
template<class Vertex > 
  
  | 
        
          | void risc::sg::VertexPropertyWriter::operator() | ( | std::ostream & | out, |  
          |  |  | Vertex | v |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | risc::sg::VertexPropertyWriter::replace_escape_characters | ( | std::string & | unparsed_stmt | ) |  |  | static | 
 
This function replaces characters with escape sequences. 
 
 
  
  | 
        
          | risc::sg::VertexPropertyWriter::write_pcp | ( | const PortCallPath & | pcp | ) |  |  | static | 
 
This function replaces characters with escape sequences. 
 
 
      
        
          | risc::sg::VertexPropertyWriter::write_segment | ( | std::ostream & | out, | 
        
          |  |  | Segment & | seg | 
        
          |  | ) |  |  | 
      
 
This function generates DOT code for a segment (in normal mode) 
 
 
      
        
          | risc::sg::VertexPropertyWriter::write_segment_PSG_mode | ( | std::ostream & | out, | 
        
          |  |  | Segment & | seg | 
        
          |  | ) |  |  | 
      
 
This function generates DOT code for a segment in PSG mode. 
 
 
      
        
          | risc::sg::VertexPropertyWriter::write_segment_RW_mode | ( | std::ostream & | out, | 
        
          |  |  | Segment & | seg | 
        
          |  | ) |  |  | 
      
 
This function generates DOT code for a segment in read-write variables mode. 
 
 
      
        
          | Graph& risc::sg::VertexPropertyWriter::graph_ | 
      
 
 
  
  | 
        
          | bool risc::sg::VertexPropertyWriter::print_read_write_access = false |  | static | 
 
A flag to turn on/off display of read/write accesses. 
 
 
The documentation for this struct was generated from the following files: