clear() | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
clear(const Data &default) | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
Data typedef | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
default_value() const | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
Hash_function typedef | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
hash_function() const | CGAL::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) const | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
Key typedef | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
operator[](const Key &key) | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
operator[](const Key &key) const | CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator > | |
reserve(std::size_t table_size) | CGAL::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 > | |