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

Structure to store a key-rid pair. It is used to pass the pair to functions that add to or make changes to the leaf node pages of the tree. Is templated for the key member. More...

#include <btree.h>

Public Member Functions

void set (RecordId r, T k)
 

Public Attributes

RecordId rid
 
key
 

Detailed Description

template<class T>
class badgerdb::RIDKeyPair< T >

Structure to store a key-rid pair. It is used to pass the pair to functions that add to or make changes to the leaf node pages of the tree. Is templated for the key member.

Definition at line 90 of file btree.h.


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