|
| | HashMap (size_type capacity=0, const H &hash=H(), const P &pred=P(), Context *pCtx=nullptr) |
| |
| | HashMap (size_type capacity, const H &hash, Context *pCtx) |
| |
| | HashMap (size_type capacity, Context *pCtx) |
| |
| | HashMap (Context *pCtx) |
| |
| | HashMap (std::initializer_list< value_type > init, size_type capacity=0, const H &hash=H(), const P &pred=P(), Context *pCtx=nullptr) |
| |
| | HashMap (std::initializer_list< value_type > init, size_type capacity, const H &hash, Context *pCtx) |
| |
| | HashMap (std::initializer_list< value_type > init, size_type capacity, Context *pCtx) |
| |
| template<typename M> |
| void | insert_or_assign (const key_type &k, M &&obj) noexcept |
| |
| bool | erase (const key_type &k) noexcept |
| |
| auto | at (const key_type &key) const -> const mapped_type & |
| |
| auto | at (const key_type &key) -> mapped_type & |
| |
| auto | find (const key_type &key) const noexcept -> const_iterator |
| |
| auto | find (const key_type &key) noexcept -> iterator |
| |
| bool | contains (const key_type &key) const noexcept |
| |
| | HashSet (size_type capacity, const H &hash=H(), const P &pred=P(), Context *pCtx=nullptr) |
| |
| | HashSet (size_type capacity, const H &hash, Context *pContext) |
| |
| | HashSet (size_type capacity, Context *pContext) |
| |
| | HashSet (type_compatible_container_readable< value_type > auto &&init, size_type capacity=0, const H hasher=H(), const P pred=P(), Context *pCtx=nullptr) |
| |
| | HashSet (type_compatible_container_readable< value_type > auto &&init, size_type capacity, H hasher, Context *pCtx) |
| |
| | HashSet (type_compatible_container_readable< value_type > auto &&init, size_type capacity, Context *pCtx) |
| |
| | HashSet (type_compatible_iterator_readable< value_type > auto first, type_compatible_iterator_readable< value_type > auto last, size_type capacity=0, const H &hash=H(), const P &pred=P(), Context *pCtx=nullptr) |
| |
| | HashSet (type_compatible_iterator_readable< value_type > auto first, type_compatible_iterator_readable< value_type > auto last, size_type capacity, const H &hash, Context *pCtx) |
| |
| | HashSet (type_compatible_iterator_readable< value_type > auto first, type_compatible_iterator_readable< value_type > auto last, size_type capacity, Context *pCtx) |
| |
| | HashSet (HashSet &other) |
| |
| | HashSet (HashSet &other, Context *pCtx) |
| |
|
| HashSet (HashSet &&other) |
| |
|
| HashSet (HashSet &&other, Context *pCtx) |
| |
| HashSet & | operator= (const HashSet &other) |
| |
| HashSet & | operator= (const HashSet &&other) |
| |
| HashSet & | operator= (type_compatible_container_readable< value_type > auto &&init) |
| |
| pointer | get (const key_type &key) noexcept |
| |
| reference | at (const key_type &key) |
| |
| iterator | find (const key_type &key) noexcept |
| |
| pointer | set (const key_type &key) noexcept |
| |
| bool | insert (const key_type &key) noexcept |
| |
| void | insert_or_assign (const key_type &key) noexcept |
| |
| bool | erase (const key_type &key) noexcept |
| |
| pointer | extract (const key_type &key) noexcept |
| |
| void | clear (void) noexcept |
| |
| template<typename... Args> |
| bool | emplace (const key_type &key, Args &&... args) |
| |
| template<typename... Args> |
| bool | try_emplace (const key_type &key, Args &&... args) noexcept |
| |
| pointer | probe (size_type position) noexcept |
| |
| iterator | next (iterator *pPrev) |
| |
| iterator | begin (void) |
| |
| iterator | end (void) |
| |
|
| operator const GblHashSet * () const |
| |
|
decltype(auto) | getSet (void) const |
| |
|
decltype(auto) | getSet (void) |
| |
|
size_type | size (void) const noexcept |
| |
|
size_type | bucket_count (void) const noexcept |
| |
|
size_type | bucket_size (void) const noexcept |
| |
|
bool | empty (void) const noexcept |
| |
|
GblContext * | context (void) const noexcept |
| |
|
const_pointer | get (const key_type &key) const noexcept |
| |
|
const_reference | at (const key_type &key) const |
| |
|
size_type | count (const key_type &key) const noexcept |
| |
|
bool | contains (const key_type &key) const noexcept |
| |
|
const_pointer | probe (size_type position) const noexcept |
| |
|
const_iterator | find (const key_type &key) const noexcept |
| |
|
bool | for_each (F &&fn) const noexcept |
| |
|
const_iterator | next (const_iterator *pPrev) const |
| |
|
const_iterator | cbegin (void) const |
| |
|
auto | begin (void) const |
| |
|
const_iterator | cend (void) const |
| |
|
auto | end (void) const |
| |
| | operator const GblHashSet * () const |
| |
| decltype(auto) | getSet (void) const |
| |
| decltype(auto) | getSet (void) |
| |
| size_type | size (void) const noexcept |
| |
| size_type | bucket_count (void) const noexcept |
| |
| size_type | bucket_size (void) const noexcept |
| |
| bool | empty (void) const noexcept |
| |
| GblContext * | context (void) const noexcept |
| |
| const_pointer | get (const key_type &key) const noexcept |
| |
| const_reference | at (const key_type &key) const |
| |
| size_type | count (const key_type &key) const noexcept |
| |
| bool | contains (const key_type &key) const noexcept |
| |
| const_pointer | probe (size_type position) const noexcept |
| |
| const_iterator | find (const key_type &key) const noexcept |
| |
| bool | for_each (F &&fn) const noexcept |
| |
| const_iterator | next (const_iterator *pPrev) const |
| |
| const_iterator | cbegin (void) const |
| |
| auto | begin (void) const |
| |
| const_iterator | cend (void) const |
| |
| auto | end (void) const |
| |
| Value | operator[] (Key key) const |
| |
| SubscriptProxy | operator[] (Key key) |
| |
template<typename K, typename T, typename H = std::hash<K>, typename P = std::equal_to<K>>
class gbl::HashMap< K, T, H, P >
Definition at line 25 of file gimbal_hash_map.hpp.