#include <HIdx.h>

Public Member Functions | |
| HIdxCursor (const HIdx *idx, const void *skey=0, const void *ekey=defaultSKey, Boolean sexcl=False, Boolean eexcl=False, Boolean(*user_cmp)(const void *key, void *cmp_arg)=0, void *cmp_arg=0, int thread_cnt=0) | |
| Not yet documented. | |
| Status | next (Boolean *found, void *data=0, Idx::Key *key=0) |
| Not yet documented. | |
| Status | next (Boolean *found, DataBuffer &data, Idx::Key *key=0) |
| Not yet documented. | |
| Status | next (unsigned int *found_cnt, Idx::Key *key=0) |
| Not yet documented. | |
| ~HIdxCursor () | |
Definition at line 648 of file HIdx.h.
| eyedbsm::HIdxCursor::HIdxCursor | ( | const HIdx * | idx, | |
| const void * | skey = 0, |
|||
| const void * | ekey = defaultSKey, |
|||
| Boolean | sexcl = False, |
|||
| Boolean | eexcl = False, |
|||
| Boolean(*)(const void *key, void *cmp_arg) | user_cmp = 0, |
|||
| void * | cmp_arg = 0, |
|||
| int | thread_cnt = 0 | |||
| ) |
Not yet documented.
| idx | ||
| skey | ||
| ekey | ||
| sexcl | ||
| eexcl | ||
| user_cmp | ||
| cmp_arg | ||
| thread_cnt |
| Status eyedbsm::HIdxCursor::next | ( | Boolean * | found, | |
| DataBuffer & | data, | |||
| Idx::Key * | key = 0 | |||
| ) | [virtual] |
1.5.3