c-icap-doc
0.1
|
Typedefs | |
typedef ci_vector_t | ci_ptr_vector_t |
The ci_ptr_vector is used to implement vectors storing pointers. More... | |
Functions | |
void * | ci_ptr_vector_add (ci_vector_t *vector, void *pointer) |
Add an item to the vector. More... | |
The ci_ptr_vector is used to implement vectors storing pointers.
The ci_ptr_vector_create, ci_ptr_vector_destroy, ci_ptr_vector_iterate, and ci_ptr_vector_get defines are similar and equivalent to the ci_vector_* functions.
void* ci_ptr_vector_add | ( | ci_vector_t * | vector, |
void * | pointer | ||
) |
Add an item to the vector.
vector | a pointer to the ci_vector_t object |
pointer | the pointer to store in vector |