#include <iosfwd>#include <boost/config.hpp>#include <boost/type_traits/is_same.hpp>#include <boost/mpl/bool.hpp>#include <boost/property_map/property_map.hpp>#include <boost/graph/graph_traits.hpp>#include <boost/limits.hpp>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::detail | |
Macros | |
| #define | BOOST_GRAPH_EVENT_STUB(Event, Kind) |
Functions | |
| template<class T > | |
| T | boost::numeric_limits_max (T) |
| template<class Visitor , class T , class Graph > | |
| void | boost::detail::invoke_dispatch (Visitor &v, T x, Graph &g, mpl::true_) |
| template<class Visitor , class T , class Graph > | |
| void | boost::detail::invoke_dispatch (Visitor &, T, Graph &, mpl::false_) |
| template<class Visitor , class Rest , class T , class Graph , class Tag > | |
| void | boost::invoke_visitors (std::pair< Visitor, Rest > &vlist, T x, Graph &g, Tag tag) |
| template<class Visitor , class T , class Graph , class Tag > | |
| void | boost::invoke_visitors (Visitor &v, T x, Graph &g, Tag) |
| template<class PredecessorMap , class Tag > | |
| predecessor_recorder < PredecessorMap, Tag > | boost::record_predecessors (PredecessorMap pa, Tag) |
| template<class PredEdgeMap , class Tag > | |
| edge_predecessor_recorder < PredEdgeMap, Tag > | boost::record_edge_predecessors (PredEdgeMap pa, Tag) |
| template<class DistanceMap , class Tag > | |
| distance_recorder< DistanceMap, Tag > | boost::record_distances (DistanceMap pa, Tag) |
| template<class TimeMap , class TimeT , class Tag > | |
| time_stamper< TimeMap, TimeT, Tag > | boost::stamp_times (TimeMap pa, TimeT &time_counter, Tag) |
| template<class PA , class OutputIterator , class Tag > | |
| property_writer< PA, OutputIterator, Tag > | boost::write_property (PA pa, OutputIterator out, Tag) |
| template<typename PropertyMap , typename EventTag > | |
| property_put< PropertyMap, EventTag > | boost::put_property (PropertyMap property_map, typename property_traits< PropertyMap >::value_type value, EventTag) |
| Creates a property_put functor which just sets a given value to a vertex or edge. More... | |
| #define BOOST_GRAPH_EVENT_STUB | ( | Event, | |
| Kind | |||
| ) |