Public Attributes
mkavl_avl_tree_st_ Struct Reference

List of all members.

Public Attributes

struct avl_table * tree
mkavl_compare_fn compare_fn
mkavl_avl_ctx_stavl_ctx

Detailed Description

Maintains info on the AVL data associated with an AVL tree in the mkavl tree.

Definition at line 74 of file mkavl.c.


Member Data Documentation

The context used for the AVL tree

Definition at line 80 of file mkavl.c.

The comparison function to use for the tree

Definition at line 78 of file mkavl.c.

struct avl_table* mkavl_avl_tree_st_::tree

The AVL tree pointer

Definition at line 76 of file mkavl.c.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines