coan 4.2.4
The Pointer-Set component.
Collaboration diagram for The Pointer-Set component.:

Modules

 The Pointer-Set component interface.
 The Pointer-Set component internals.

Files

file  ptr_set.c
file  ptr_set.h

Detailed Description

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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines