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

#include <local_subgraph.hpp>

Public Types

typedef bool result_type
 
typedef graph_traits
< DistributedGraph >
::edge_descriptor 
argument_type
 

Public Member Functions

 is_local_edge ()
 
 is_local_edge (DistributedGraph &g)
 
result_type operator() (const argument_type &e) const
 

Member Typedef Documentation

template<typename DistributedGraph >
typedef graph_traits<DistributedGraph>::edge_descriptor boost::is_local_edge< DistributedGraph >::argument_type
template<typename DistributedGraph >
typedef bool boost::is_local_edge< DistributedGraph >::result_type

Constructor & Destructor Documentation

template<typename DistributedGraph >
boost::is_local_edge< DistributedGraph >::is_local_edge ( )
inline
template<typename DistributedGraph >
boost::is_local_edge< DistributedGraph >::is_local_edge ( DistributedGraph &  g)
inline

Member Function Documentation

template<typename DistributedGraph >
result_type boost::is_local_edge< DistributedGraph >::operator() ( const argument_type e) const
inline

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


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