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

List of all members.

Public Member Functions

void set (RecordId r, T k)

Public Attributes

RecordId rid
key

Detailed Description

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