Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::graph_attributes_writer< GraphGraphAttributes, GraphNodeAttributes, GraphEdgeAttributes > Struct Template Reference

#include <graphviz.hpp>

Public Member Functions

 graph_attributes_writer (GraphGraphAttributes gg, GraphNodeAttributes gn, GraphEdgeAttributes ge)
 
void operator() (std::ostream &out) const
 

Public Attributes

GraphGraphAttributes g_attributes
 
GraphNodeAttributes n_attributes
 
GraphEdgeAttributes e_attributes
 

Constructor & Destructor Documentation

template<typename GraphGraphAttributes, typename GraphNodeAttributes, typename GraphEdgeAttributes>
boost::graph_attributes_writer< GraphGraphAttributes, GraphNodeAttributes, GraphEdgeAttributes >::graph_attributes_writer ( GraphGraphAttributes  gg,
GraphNodeAttributes  gn,
GraphEdgeAttributes  ge 
)
inline

Member Function Documentation

Member Data Documentation

template<typename GraphGraphAttributes, typename GraphNodeAttributes, typename GraphEdgeAttributes>
GraphEdgeAttributes boost::graph_attributes_writer< GraphGraphAttributes, GraphNodeAttributes, GraphEdgeAttributes >::e_attributes
template<typename GraphGraphAttributes, typename GraphNodeAttributes, typename GraphEdgeAttributes>
GraphGraphAttributes boost::graph_attributes_writer< GraphGraphAttributes, GraphNodeAttributes, GraphEdgeAttributes >::g_attributes
template<typename GraphGraphAttributes, typename GraphNodeAttributes, typename GraphEdgeAttributes>
GraphNodeAttributes boost::graph_attributes_writer< GraphGraphAttributes, GraphNodeAttributes, GraphEdgeAttributes >::n_attributes

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