std::collections::set {Value}
Public
Types
| Name | Description |
|---|---|
| LinkedHashSet | |
| HashSet | |
| Entry | |
| LinkedEntry | |
| HashSetIterator | |
| LinkedHashSetIterator |
Functions
Globals
| Name | Description |
|---|---|
| LINKEDONHEAP | |
| DEFAULT_INITIAL_CAPACITY | |
| SET_HEAP_ALLOCATOR | |
| MAXIMUM_CAPACITY | |
| ONHEAP | Copy the ONHEAP allocator to initialize to a set that is heap allocated |
| DEFAULT_LOAD_FACTOR |
Private
Functions
| Name | Description |
|---|---|
| set::put_all_for_create | |
| set::put_for_create | |
| set::rehash | |
| set::free_internal | |
| set::create_entry | |
| set::resize | |
| set::index_for | |
| set::transfer | |
| set::add_entry | |
| set::remove_entry_for_value | |
| set::free_entry |