#include <vector.h>
Data Fields | |
| void ** | mem |
| int | size |
| int | head |
| int | tail |
| int | mode |
| cp_copy_fn | copy_item |
| cp_destructor_fn | free_item |
| cp_lock * | lock |
Definition at line 14 of file vector.h.
|
|
item copy function |
|
|
item destructor function |
|
|
index of 1st element |
|
|
rwlock Definition at line 24 of file vector.h. Referenced by cp_db_connection_pool_create(). |
|
|
Pointer to memory |
|
|
collection mode |
|
|
size of vector (element count) Definition at line 17 of file vector.h. Referenced by cp_db_connection_pool_shutdown(). |
|
|
index of Nth element |
1.3.9.1