Structure to store a key page pair which is used to pass the key and page to functions that make any modifications to the non leaf pages of the tree. More...
#include <btree.h>
Public Member Functions | |
| void | set (int p, T k) |
Public Attributes | |
| PageId | pageNo |
| T | key |
Structure to store a key page pair which is used to pass the key and page to functions that make any modifications to the non leaf pages of the tree.
1.7.6.1