YACDB
Yet Another C(rappy) Database
Cursor Struct Reference
Collaboration diagram for Cursor:

Data Fields

Page page
 The page the cursor is on.
 
struct nodenode
 The node associated with the page that the cursor is on. More...
 
unsigned short cell
 The current cell the cursor is on.
 

Field Documentation

◆ node

struct node* Cursor::node

The node associated with the page that the cursor is on.

At all time we have node = read_node()(page)


The documentation for this struct was generated from the following file: