Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::filtered_graph_base< G > Struct Template Reference

#include <filtered_graph.hpp>

Inheritance diagram for boost::filtered_graph_base< G >:
Collaboration diagram for boost::filtered_graph_base< G >:

Public Types

typedef graph_traits< G > Traits
 
typedef Traits::vertex_descriptor vertex_descriptor
 
typedef Traits::edge_descriptor edge_descriptor
 

Public Member Functions

 filtered_graph_base (const G &g)
 

Public Attributes

const G & m_g
 

Member Typedef Documentation

template<class G>
typedef graph_traits<G> boost::filtered_graph_base< G >::Traits

Constructor & Destructor Documentation

template<class G>
boost::filtered_graph_base< G >::filtered_graph_base ( const G &  g)
inline

Member Data Documentation

template<class G>
const G& boost::filtered_graph_base< G >::m_g

Referenced by boost::source(), and boost::target().


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