Fairport  v1.0.38
fairport::disk::bth_leaf_entry< K, V > Struct Template Reference

Entries which make up a "leaf" BTH allocation. More...

#include <disk.h>

+ Collaboration diagram for fairport::disk::bth_leaf_entry< K, V >:

List of all members.

Public Attributes

key
 Key instance.
value
 Value instance.

Detailed Description

template<typename K, typename V>
struct fairport::disk::bth_leaf_entry< K, V >

Entries which make up a "leaf" BTH allocation.

Simply an ordered array of key/values.

Template Parameters:
KThe key type
VThe value type
See also:
[MS-PST] 2.3.2.3

Definition at line 1362 of file disk.h.


Member Data Documentation

template<typename K , typename V >
K fairport::disk::bth_leaf_entry< K, V >::key

Key instance.

Definition at line 1364 of file disk.h.

template<typename K , typename V >
V fairport::disk::bth_leaf_entry< K, V >::value

Value instance.

Definition at line 1365 of file disk.h.


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