coan 4.2.4
|
![]() |
Modules | |
The Pointer-Set component interface. | |
The Pointer-Set component internals. | |
Files | |
file | ptr_set.c |
file | ptr_set.h |
This component specialises the Pointer-Vector component to provide an array based container for storing pointers to a set of heap objects. The objects stored by pointer must be unique as determined by a comparison function that is stored in the Pointer-Set object. The component provides operations to search the pointer set by key and to insert objects. Deletion is not supported.