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

#include <vertex_property_writer.h>

Collaboration diagram for risc::sg::VertexPropertyWriter:
Collaboration graph

Public Member Functions

 VertexPropertyWriter (Graph &graph)
 
template<class Vertex >
void operator() (std::ostream &out, Vertex v)
 
void write_segment (std::ostream &out, Segment &seg)
 This function generates DOT code for a segment (in normal mode) More...
 
void write_segment_RW_mode (std::ostream &out, Segment &seg)
 This function generates DOT code for a segment in read-write variables mode. More...
 
void write_segment_PSG_mode (std::ostream &out, Segment &seg)
 This function generates DOT code for a segment in PSG mode. More...
 

Static Public Member Functions

static void replace_escape_characters (std::string &unparsed_stmt)
 This function replaces characters with escape sequences. More...
 
static std::string write_pcp (const PortCallPath &pcp)
 This function replaces characters with escape sequences. More...
 

Public Attributes

Graphgraph_
 The segment graph. More...
 

Static Public Attributes

static bool print_read_write_access = false
 A flag to turn on/off display of read/write accesses. More...
 

Friends

std::ostream & operator<< (std::ostream &out, const VertexPropertyWriter &vpw)
 

Constructor & Destructor Documentation

risc::sg::VertexPropertyWriter::VertexPropertyWriter ( Graph graph)

Member Function Documentation

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.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const VertexPropertyWriter vpw 
)
friend

Member Data Documentation

Graph& risc::sg::VertexPropertyWriter::graph_

The segment 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: