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_vertex< DistributedGraph > Class Template Reference

#include <local_subgraph.hpp>

Public Types

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

Public Member Functions

 is_local_vertex ()
 
 is_local_vertex (DistributedGraph &g)
 
result_type operator() (const argument_type &v) const
 

Member Typedef Documentation

template<typename DistributedGraph >
typedef graph_traits<DistributedGraph>::vertex_descriptor boost::is_local_vertex< DistributedGraph >::argument_type
template<typename DistributedGraph >
typedef bool boost::is_local_vertex< DistributedGraph >::result_type

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename DistributedGraph >
result_type boost::is_local_vertex< DistributedGraph >::operator() ( const argument_type v) const
inline

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