coan 4.2.4
|
Data Fields | |
ptr_vector_h | pv |
comparator_t | compare |
locator_t | cached_pos |
Cached position at which the last key unsuccessfuly searched for should be inserted.
Definition at line 71 of file ptr_set.c.
Referenced by ptr_set_copy_init(), ptr_set_init(), ptr_set_insert(), ptr_set_search(), and ptr_set_swap().
Comparator function
Definition at line 67 of file ptr_set.c.
Referenced by ptr_set_copy_init(), ptr_set_init(), ptr_set_insert(), ptr_set_search(), and ptr_set_swap().
Underlying pointer vector
Definition at line 65 of file ptr_set.c.
Referenced by ptr_set_copy_init(), ptr_set_delete(), ptr_set_dispose(), ptr_set_init(), ptr_set_insert(), ptr_set_search(), and ptr_set_swap().