tibas_indexType

The tibas_indexType enumerated type represents the datatypes used to determine the type of indexing used by ActiveSpaces.

Declaration

typedef enum _tibas_indexType {
    TIBAS_INDEX_HASH,
    TIBAS_INDEX_TREE
} tibas_indexType;

Values

Value Description
TIBAS_INDEX_HASH Specifies that indexing is done by using a hash table.
TIBAS_INDEX_TREE Specifies that indexing is done using a tree.