Drizzled Public API Documentation

ib_bh_struct Struct Reference

#include <ut0bh.h>

Public Attributes

ulint max_elems
 
ulint n_elems
 
ulint sizeof_elem
 
ib_bh_cmp_t compare
 

Detailed Description

Binary heap data structure

Definition at line 141 of file ut0bh.h.

Member Data Documentation

ib_bh_cmp_t ib_bh_struct::compare

comparator

Definition at line 145 of file ut0bh.h.

Referenced by ib_bh_pop(), and ib_bh_push().

ulint ib_bh_struct::max_elems

max elements allowed

Definition at line 142 of file ut0bh.h.

ulint ib_bh_struct::n_elems

current size

Definition at line 143 of file ut0bh.h.

Referenced by ib_bh_pop(), and ib_bh_push().

ulint ib_bh_struct::sizeof_elem

sizeof element

Definition at line 144 of file ut0bh.h.

Referenced by ib_bh_pop().


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