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_vertex_at< Graph > Struct Template Reference

#include <grid_graph.hpp>

Public Types

typedef graph_traits< Graph >
::vertex_descriptor 
result_type
 

Public Member Functions

 grid_graph_vertex_at ()
 
 grid_graph_vertex_at (const Graph *graph)
 
result_type operator() (typename graph_traits< Graph >::vertices_size_type vertex_index) const
 

Member Typedef Documentation

template<typename Graph >
typedef graph_traits<Graph>::vertex_descriptor boost::detail::grid_graph_vertex_at< Graph >::result_type

Constructor & Destructor Documentation

template<typename Graph >
boost::detail::grid_graph_vertex_at< Graph >::grid_graph_vertex_at ( )
inline
template<typename Graph >
boost::detail::grid_graph_vertex_at< Graph >::grid_graph_vertex_at ( const Graph *  graph)
inline

Member Function Documentation

template<typename Graph >
result_type boost::detail::grid_graph_vertex_at< Graph >::operator() ( typename graph_traits< Graph >::vertices_size_type  vertex_index) const
inline

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