Home
last modified time | relevance | path

Searched defs:two_bit_color_map (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/
Dtwo_bit_color_map.hpp44 template < typename IndexMap = identity_property_map > struct two_bit_color_map struct
46 std::size_t n;
47 IndexMap index;
48 shared_array< unsigned char > data;
53 typedef typename property_traits< IndexMap >::key_type key_type;
54 typedef two_bit_color_type value_type;
55 typedef void reference;
56 typedef read_write_property_map_tag category;
58 explicit two_bit_color_map( in two_bit_color_map() argument
/third_party/boost/boost/graph/distributed/
Dtwo_bit_color_map.hpp26 class two_bit_color_map<local_property_map<ProcessGroup,GlobalMap,StorageMap> > class
40 two_bit_color_map(std::size_t inital_size, in two_bit_color_map() function in boost::two_bit_color_map
69 class two_bit_color_map<parallel::distributed_property_map< class
84 two_bit_color_map(std::size_t inital_size, in two_bit_color_map() function in boost::two_bit_color_map