Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed > Class Template Reference

#include <successive_shortest_path_nonnegative_weights.hpp>

Inheritance diagram for boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >:
Collaboration diagram for boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >:

Public Types

typedef
boost::readable_property_map_tag 
category
 
typedef property_traits
< Weight >::value_type 
value_type
 
typedef value_type reference
 
typedef gtraits::edge_descriptor key_type
 

Public Member Functions

 MapReducedWeight (const Graph &g, Weight w, Distance d, Reversed r)
 
reference operator[] (key_type v) const
 

Member Typedef Documentation

template<class Graph, class Weight, class Distance, class Reversed>
typedef boost::readable_property_map_tag boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::category
template<class Graph, class Weight, class Distance, class Reversed>
typedef gtraits::edge_descriptor boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::key_type
template<class Graph, class Weight, class Distance, class Reversed>
typedef value_type boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::reference
template<class Graph, class Weight, class Distance, class Reversed>
typedef property_traits<Weight>::value_type boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::value_type

Constructor & Destructor Documentation

template<class Graph, class Weight, class Distance, class Reversed>
boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::MapReducedWeight ( const Graph &  g,
Weight  w,
Distance  d,
Reversed  r 
)
inline

Member Function Documentation

template<class Graph, class Weight, class Distance, class Reversed>
reference boost::detail::MapReducedWeight< Graph, Weight, Distance, Reversed >::operator[] ( key_type  v) const
inline

References boost::source(), and boost::target().


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