Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::grid_graph_in_edge_at< Graph > Struct Template Reference

#include <grid_graph.hpp>

Public Types

typedef graph_traits< Graph >
::edge_descriptor 
result_type
 

Public Member Functions

 grid_graph_in_edge_at ()
 
 grid_graph_in_edge_at (vertex_descriptor target_vertex, const Graph *graph)
 
result_type operator() (typename graph_traits< Graph >::degree_size_type in_edge_index) const
 

Member Typedef Documentation

template<typename Graph >
typedef graph_traits<Graph>::edge_descriptor boost::detail::grid_graph_in_edge_at< Graph >::result_type

Constructor & Destructor Documentation

template<typename Graph >
boost::detail::grid_graph_in_edge_at< Graph >::grid_graph_in_edge_at ( )
inline
template<typename Graph >
boost::detail::grid_graph_in_edge_at< Graph >::grid_graph_in_edge_at ( vertex_descriptor  target_vertex,
const Graph *  graph 
)
inline

Member Function Documentation

template<typename Graph >
result_type boost::detail::grid_graph_in_edge_at< Graph >::operator() ( typename graph_traits< Graph >::degree_size_type  in_edge_index) const
inline

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