#include <stdlib.h>
Go to the source code of this file.
|
int | cvec_short (cvector_short *vec, cvec_sz size, cvec_sz capacity) |
|
int | cvec_init_short (cvector_short *vec, short *vals, cvec_sz num) |
|
cvector_short * | cvec_short_heap (cvec_sz size, cvec_sz capacity) |
|
cvector_short * | cvec_init_short_heap (short *vals, cvec_sz num) |
|
int | cvec_copyc_short (void *dest, void *src) |
|
int | cvec_copy_short (cvector_short *dest, cvector_short *src) |
|
int | cvec_push_short (cvector_short *vec, short a) |
|
short | cvec_pop_short (cvector_short *vec) |
|
int | cvec_extend_short (cvector_short *vec, cvec_sz num) |
|
int | cvec_insert_short (cvector_short *vec, cvec_sz i, short a) |
|
int | cvec_insert_array_short (cvector_short *vec, cvec_sz i, short *a, cvec_sz num) |
|
short | cvec_replace_short (cvector_short *vec, cvec_sz i, short a) |
|
void | cvec_erase_short (cvector_short *vec, cvec_sz start, cvec_sz end) |
|
int | cvec_reserve_short (cvector_short *vec, cvec_sz size) |
|
int | cvec_set_cap_short (cvector_short *vec, cvec_sz size) |
|
void | cvec_set_val_sz_short (cvector_short *vec, short val) |
|
void | cvec_set_val_cap_short (cvector_short *vec, short val) |
|
short * | cvec_back_short (cvector_short *vec) |
|
void | cvec_clear_short (cvector_short *vec) |
|
void | cvec_free_short_heap (void *vec) |
|
void | cvec_free_short (void *vec) |
|
◆ CVEC_SIZE_T
#define CVEC_SIZE_T size_t |
◆ CVEC_SZ
◆ cvec_sz
◆ cvec_back_short()
◆ cvec_clear_short()
◆ cvec_copy_short()
◆ cvec_copyc_short()
int cvec_copyc_short |
( |
void * |
dest, |
|
|
void * |
src |
|
) |
| |
◆ cvec_erase_short()
◆ cvec_extend_short()
◆ cvec_free_short()
void cvec_free_short |
( |
void * |
vec | ) |
|
◆ cvec_free_short_heap()
void cvec_free_short_heap |
( |
void * |
vec | ) |
|
◆ cvec_init_short()
◆ cvec_init_short_heap()
◆ cvec_insert_array_short()
◆ cvec_insert_short()
◆ cvec_pop_short()
◆ cvec_push_short()
◆ cvec_replace_short()
◆ cvec_reserve_short()
◆ cvec_set_cap_short()
◆ cvec_set_val_cap_short()
◆ cvec_set_val_sz_short()
◆ cvec_short()
◆ cvec_short_heap()
◆ CVEC_short_SZ