12#ifndef __SAS_INDEXENUM_H
13#define __SAS_INDEXENUM_H
Shared Address Space B-tree based on binary values including virtual addresses.
void * SASIndex_t
Handle to an instance of binary index B-tree.
Definition sasindex.h:109
__C__ SASIndexEnum_t SASIndexEnumCreate(SASIndex_t btree)
Create a SASIndexEnum_t enumeration that can be used to iterate over the key space of a SASIndex_t.
__C__ int SASIndexEnumHasMore(SASIndexEnum_t indexenum)
Return status of a SASIndexEnum_t enumeration.
__C__ void * SASIndexEnumNext_nolock(SASIndexEnum_t indexenum)
Move the enumeration to the next binary BTree Index key entry and return the associated address value...
void * SASIndexEnum_t
Handle to an instance of binary BTree Index Enumeration.
Definition sasindexenum.h:59
__C__ void SASIndexEnumDestroy(SASIndexEnum_t indexenum)
Destroy an instance of SASIndexEnum_t enumeration.
__C__ void * SASIndexEnumNext(SASIndexEnum_t indexenum)
Move the enumeration to the next binary BTree Index key entry and return the associated address value...
#define __C__
ignore this macro behind the curtain
Definition sasmsync.h:32