CUBRID Engine  latest
adj_array Struct Reference

#include <adjustable_array.h>

Collaboration diagram for adj_array:
Collaboration graph

Public Attributes

int cur_length
 
int max_length
 
int min_length
 
int element_size
 
void * buffer
 
float rate
 

Detailed Description

Definition at line 55 of file adjustable_array.h.

Member Data Documentation

void* adj_array::buffer
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
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().


The documentation for this struct was generated from the following file: