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

#include <property_iter_range.hpp>

Public Types

typedef
property_map_iterator_generator
< map_type, iter >::type 
iterator
 
typedef
property_map_iterator_generator
< const_map_type, iter >::type 
const_iterator
 
typedef std::pair< iterator,
iterator
type
 
typedef std::pair
< const_iterator,
const_iterator
const_type
 

Member Typedef Documentation

template<class Graph, class PropertyTag>
typedef property_map_iterator_generator<const_map_type, iter>::type boost::graph_property_iter_range< Graph, PropertyTag >::const_iterator
template<class Graph, class PropertyTag>
typedef std::pair<const_iterator, const_iterator> boost::graph_property_iter_range< Graph, PropertyTag >::const_type
template<class Graph, class PropertyTag>
typedef property_map_iterator_generator<map_type, iter>::type boost::graph_property_iter_range< Graph, PropertyTag >::iterator
template<class Graph, class PropertyTag>
typedef std::pair<iterator, iterator> boost::graph_property_iter_range< Graph, PropertyTag >::type

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