Skip to content

Struct binary_heap

ClassList > binary_heap

  • #include <binaryheap.h>

Public Attributes

Type Name
BH_CMP_ARG cmp_arg
bh_key_comparator cmp_func
int elem_size
int element_count
int max_capacity
void * members
BH_HEAP_STATE state
void * swap_buf

Public Attributes Documentation

variable cmp_arg

BH_CMP_ARG binary_heap::cmp_arg;

variable cmp_func

bh_key_comparator binary_heap::cmp_func;

variable elem_size

int binary_heap::elem_size;

variable element_count

int binary_heap::element_count;

variable max_capacity

int binary_heap::max_capacity;

variable members

void* binary_heap::members;

variable state

BH_HEAP_STATE binary_heap::state;

variable swap_buf

void* binary_heap::swap_buf;


The documentation for this class was generated from the following file cubrid/src/base/binaryheap.h