Util--  1.1
Namespaces | Classes | Functions
boost Namespace Reference

Namespaces

 detail
 

Classes

struct  property_traits< utilmm::undirected_property_map< PropertyMap > >
 
struct  vertex_property_selector< utilmm::undirected_graph_tag >
 
struct  edge_property_selector< utilmm::undirected_graph_tag >
 

Functions

template<class BidirGraph , class GRef , class Property >
detail::get_property_map_type
< BidirGraph, GRef, Property >
::type 
get (Property p, utilmm::undirected_graph< BidirGraph, GRef > &g)
 
template<class BidirGraph , class GRef , class Property >
detail::get_property_map_type
< BidirGraph, GRef, Property >
::type 
get (Property p, const utilmm::undirected_graph< BidirGraph, GRef > &g)
 
template<class BidirectionalGraph , class GRef , class Property , class Key >
property_traits< typename
property_map
< BidirectionalGraph, Property >
::const_type >::value_type 
get (Property p, const utilmm::undirected_graph< BidirectionalGraph, GRef > &g, const Key &k)
 
template<class BidirectionalGraph , class GRef , class Property , class Key , class Value >
void put (Property p, const utilmm::undirected_graph< BidirectionalGraph, GRef > &g, const Key &k, const Value &val)
 
template<typename BidirectionalGraph , typename GRef , typename Tag , typename Value >
void set_property (const utilmm::undirected_graph< BidirectionalGraph, GRef > &g, Tag tag, const Value &value)
 
template<typename BidirectionalGraph , typename GRef , typename Tag >
graph_property
< BidirectionalGraph, Tag >
::type 
get_property (const utilmm::undirected_graph< BidirectionalGraph, GRef > &g, Tag tag)
 

Function Documentation

template<class BidirGraph , class GRef , class Property >
detail::get_property_map_type<BidirGraph, GRef, Property>::type boost::get ( Property  p,
utilmm::undirected_graph< BidirGraph, GRef > &  g 
)
template<class BidirGraph , class GRef , class Property >
detail::get_property_map_type<BidirGraph, GRef, Property>::type boost::get ( Property  p,
const utilmm::undirected_graph< BidirGraph, GRef > &  g 
)
template<class BidirectionalGraph , class GRef , class Property , class Key >
property_traits< typename property_map<BidirectionalGraph, Property>::const_type >::value_type boost::get ( Property  p,
const utilmm::undirected_graph< BidirectionalGraph, GRef > &  g,
const Key &  k 
)
template<typename BidirectionalGraph , typename GRef , typename Tag >
graph_property<BidirectionalGraph, Tag>::type boost::get_property ( const utilmm::undirected_graph< BidirectionalGraph, GRef > &  g,
Tag  tag 
)
inline
template<class BidirectionalGraph , class GRef , class Property , class Key , class Value >
void boost::put ( Property  p,
const utilmm::undirected_graph< BidirectionalGraph, GRef > &  g,
const Key &  k,
const Value &  val 
)
template<typename BidirectionalGraph , typename GRef , typename Tag , typename Value >
void boost::set_property ( const utilmm::undirected_graph< BidirectionalGraph, GRef > &  g,
Tag  tag,
const Value &  value 
)
inline

Generated on Tue Oct 9 2018 10:12:45 for Util-- by doxygen 1.8.6
SourceForge.net Project Page