関数定義書 Access2010

balance_internal

構文構文

int balance_internal (
  struct tree_balance * tb - tree_balance structure
  int h - level of the tree
  int child_pos
  struct item_head * insert_key - key for insertion on higher level
  struct buffer_head ** insert_ptr - node for insertion on higher level
)

パラメータパラメータ

tb
tree_balance structure
h
level of the tree
child_pos
insert_key
key for insertion on higher level
insert_ptr
node for insertion on higher level

処理説明処理説明

 ・b->S[h]->b_item_order
 ・b->L[h], tb->S[h-1]->b_next
 ・b->L[h], tb->S[h-1]->b_next,
 ・b->R[h],tb->S[h-1]->b_next
 ・b->R[h], tb->R[h]->b_child,

ファイル名ファイル名

ibalance.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | ibalance.c