BadgerDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Member Functions | Public Attributes | List of all members
badgerdb::PageKeyPair< T > Class Template Reference

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
 
key
 

Detailed Description

template<class T>
class badgerdb::PageKeyPair< T >

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.

Definition at line 106 of file btree.h.


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