2.6 Creation and Destruction [ToC] [Index]     [Skip Back] [Skip Fwd]     [Prev] [Up] [Next]

This section describes the functions that create and destroy tables.

8. <Table creation function prototypes 8> =
/* Table functions. */
struct tbl_table *tbl_create (tbl_comparison_func *, void *, 
                              struct libavl_allocator *); struct tbl_table *tbl_copy (const struct tbl_table *, tbl_copy_func *, tbl_item_func *, struct libavl_allocator *); void tbl_destroy (struct tbl_table *, tbl_item_func *);
This code is included in 15.

Prev: 2.5 Memory Allocation Up: 2 The Table ADT 2.7 Count Next