Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag > Class Template Reference

An extended time_stamper which also records vertices for each dfs number. More...

#include <dominator_tree.hpp>

Inheritance diagram for boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >:
Collaboration diagram for boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >:

Public Types

typedef Tag event_filter
 

Public Member Functions

 time_stamper_with_vertex_vector (TimeMap timeMap, VertexVector &v, TimeT &t)
 
template<class Graph >
void operator() (const typename property_traits< TimeMap >::key_type &v, const Graph &g)
 
void operator() (T, Graph &)
 

Detailed Description

template<class TimeMap, class VertexVector, class TimeT, class Tag>
class boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >

An extended time_stamper which also records vertices for each dfs number.

Member Typedef Documentation

template<class TimeMap , class VertexVector , class TimeT , class Tag >
typedef Tag boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >::event_filter

Constructor & Destructor Documentation

template<class TimeMap , class VertexVector , class TimeT , class Tag >
boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >::time_stamper_with_vertex_vector ( TimeMap  timeMap,
VertexVector &  v,
TimeT &  t 
)
inline

Member Function Documentation

template<class TimeMap , class VertexVector , class TimeT , class Tag >
template<class Graph >
void boost::detail::time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag >::operator() ( const typename property_traits< TimeMap >::key_type &  v,
const Graph &  g 
)
inline
void boost::base_visitor< time_stamper_with_vertex_vector< TimeMap, VertexVector, TimeT, Tag > >::operator() ( T  ,
Graph &   
)
inlineinherited

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