SilcTreeType

NAME

    typedef enum { ... } SilcTreeType;

DESCRIPTION

The supported tree types.

SOURCE

typedef enum {
  /* AVL Tree.  Automatically balancing binary search tree that provides
     excellent performance. */
  SILC_TREE_AVL    = 0,
} SilcTreeType;