WiscDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | Public Attributes
wiscdb::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>

List of all members.

Public Member Functions

void set (int p, T k)

Public Attributes

PageId pageNo
key

Detailed Description

template<class T>
class wiscdb::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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends