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;
Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |