Public Attributes
mkavl_test_input_st_ Struct Reference

List of all members.

Public Attributes

uint32_t * insert_seq
uint32_t * delete_seq
uint32_t * sorted_seq
uint32_t uniq_cnt
uint32_t dup_cnt
const test_mkavl_opts_stopts
mkavl_tree_handle tree_h
mkavl_tree_handle tree_copy_h

Detailed Description

The input structure to pass test parameters to functions.

Definition at line 340 of file test_mkavl.c.


Member Data Documentation

The sequence in which items should be deleted

Definition at line 344 of file test_mkavl.c.

The count of how many duplicated items are in the sequence.

Definition at line 350 of file test_mkavl.c.

The sequence in which items should be inserted

Definition at line 342 of file test_mkavl.c.

The input options for the run

Definition at line 352 of file test_mkavl.c.

The sequence in a sorted order

Definition at line 346 of file test_mkavl.c.

A deep copy of the tree (is such a copy has been done)

Definition at line 356 of file test_mkavl.c.

The tree for the run

Definition at line 354 of file test_mkavl.c.

The count of how many unique items are in the sequence.

Definition at line 348 of file test_mkavl.c.


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