STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Protected Attributes
stapl::vertex_to_DOT_func Struct Reference

A functor to print a vertex and its adjacencies in DOT format. More...

Public Member Functions

 vertex_to_DOT_func (bool is_directed=false)
 
template<typename Vertex >
void operator() (Vertex v, std::ostream &os)
 

Protected Attributes

bool m_is_directed
 
std::string m_edge_connector
 

Detailed Description

A functor to print a vertex and its adjacencies in DOT format.


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