|
typedef ValueType | value_type |
|
typedef buffer_element_type< value_type >::type | element_type |
|
typedef value_type * | pointer_type |
|
typedef element_type * | list_array_type |
|
typedef list_array_type * | pointer_array_type |
|
typedef Allocator::template rebind< list_array_type >::other | pointer_array_allocator_type |
|
typedef Allocator::template rebind< element_type >::other | elements_array_allocator |
|
typedef tbb::internal::strip< Key >::type | Knoref |
|
|
void | reset () |
|
void | set_key_func (ValueToKey *vtk) |
|
ValueToKey * | get_key_func () |
|
bool | insert_with_key (const value_type &v) |
|
bool | find_ref_with_key (const Knoref &k, pointer_type &v) |
|
bool | find_with_key (const Knoref &k, value_type &v) |
|
void | delete_with_key (const Knoref &k) |
|
|
static const size_t | INITIAL_SIZE = 8 |
|
The documentation for this class was generated from the following file: