\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.3 - Profiling tools, Hash Map, Union-find, Modifiers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Unique_hash_map< Key, Data, UniqueHashFunction > Member List

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

clear()CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
clear(const Data &default)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
Data typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
default_value() const CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
Hash_function typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
hash_function() const CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
insert(Key first1, Key beyond1, Data first2)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
is_defined(const Key &key) const CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
Key typedefCGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
operator[](const Key &key)CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
operator[](const Key &key) const CGAL::Unique_hash_map< Key, Data, UniqueHashFunction >
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 >
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 >