mostly documentation mostly for Cursor, some corner cases testing
This commit is contained in:
parent
8cb1e97e30
commit
8ff5672655
6 changed files with 368 additions and 22 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
void renew() const;
|
||||
void renew(TransactionID txn) const;
|
||||
void close() const;
|
||||
bool opened() const;
|
||||
|
||||
std::pair<K, V> first() const;
|
||||
std::pair<K, V> last() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue