#include <BIdx.h>

Public Member Functions | |
| BIdxCursor (BIdx *idx, void const *sKey=0, void const *eKey=defaultSKey, eyedbsm::Boolean sExclusive=eyedbsm::False, eyedbsm::Boolean eExclusive=eyedbsm::False, eyedbsm::Boolean(*user_cmp)(const void *key, void *cmp_arg)=0, void *cmp_arg=0) | |
| Not yet documented. | |
| Status | next (eyedbsm::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. | |
| ~BIdxCursor () | |
Definition at line 379 of file BIdx.h.
| eyedbsm::BIdxCursor::BIdxCursor | ( | BIdx * | idx, | |
| void const * | sKey = 0, |
|||
| void const * | eKey = defaultSKey, |
|||
| eyedbsm::Boolean | sExclusive = eyedbsm::False, |
|||
| eyedbsm::Boolean | eExclusive = eyedbsm::False, |
|||
| eyedbsm::Boolean(*)(const void *key, void *cmp_arg) | user_cmp = 0, |
|||
| void * | cmp_arg = 0 | |||
| ) |
Not yet documented.
| idx | ||
| sKey | ||
| eKey | ||
| sExclusive | ||
| eExclusive | ||
| user_cmp | ||
| cmp_arg |
Definition at line 201 of file BIdxSearch.cc.
| Status eyedbsm::BIdxCursor::next | ( | eyedbsm::Boolean * | found, | |
| void * | data = 0, |
|||
| Idx::Key * | key = 0 | |||
| ) | [virtual] |
Not yet documented.
| found | ||
| data | ||
| key |
Implements eyedbsm::IdxCursor.
Definition at line 255 of file BIdxSearch.cc.
| Status eyedbsm::BIdxCursor::next | ( | Boolean * | found, | |
| DataBuffer & | data, | |||
| Idx::Key * | key = 0 | |||
| ) | [virtual] |
Not yet documented.
| found | ||
| data | ||
| key |
Implements eyedbsm::IdxCursor.
Definition at line 241 of file BIdxSearch.cc.
Not yet documented.
| found_cnt | ||
| key |
Implements eyedbsm::IdxCursor.
Definition at line 247 of file BIdxSearch.cc.
1.5.3