CUBRID Engine
latest
|
#include <adjustable_array.h>
Public Attributes | |
int | cur_length |
int | max_length |
int | min_length |
int | element_size |
void * | buffer |
float | rate |
Definition at line 55 of file adjustable_array.h.
void* adj_array::buffer |
Definition at line 61 of file adjustable_array.h.
Referenced by adj_ar_free(), adj_ar_get_buffer(), adj_ar_initialize(), adj_ar_length(), adj_ar_new(), and adj_ar_replace().
int adj_array::cur_length |
Definition at line 57 of file adjustable_array.h.
Referenced by adj_ar_initialize(), adj_ar_length(), adj_ar_replace(), and adj_ar_reset().
int adj_array::element_size |
Definition at line 60 of file adjustable_array.h.
Referenced by adj_ar_initialize(), adj_ar_length(), adj_ar_new(), adj_ar_replace(), and adj_ar_reset().
int adj_array::max_length |
Definition at line 58 of file adjustable_array.h.
Referenced by adj_ar_new(), adj_ar_replace(), and adj_ar_reset().
int adj_array::min_length |
Definition at line 59 of file adjustable_array.h.
Referenced by adj_ar_initialize(), adj_ar_replace(), and adj_ar_reset().
float adj_array::rate |
Definition at line 62 of file adjustable_array.h.
Referenced by adj_ar_replace(), and adj_ar_reset().