Loading [MathJax]/extensions/TeX/newcommand.js
\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.12 - Profiling tools, Hash Map, Union-find, Modifiers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
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 >