CGAL 5.1 - Profiling tools, Hash Map, Union-find, Modifiers
CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > Member List

This is the complete list of members for CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >, including all inherited members.

clear()CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
clear(const Data &default)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
Data typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
default_value() constCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
Hash_function typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
hash_function() constCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
insert(Key first1, Key beyond1, Data first2)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
is_defined(const Key &key) constCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
Key typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
operator[](const Key &key)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
operator[](const Key &key) constCGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
Unique_hash_map(const Data &default=Data(), std::size_t table_size=1, const Hash_function &fct=Hash_function())CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >
Unique_hash_map(Key first1, Key beyond1, Data first2, const Data &default=Data(), std::size_t table_size=1, const Hash_function &fct=Hash_function())CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >