Fairport  v1.0.38
fairport::disk::sub_nonleaf_entry< T > Struct Template Reference

Entries on a nonleaf sub_block. More...

#include <disk.h>

+ Collaboration diagram for fairport::disk::sub_nonleaf_entry< T >:

List of all members.

Public Types

typedef T block_id_disk

Public Attributes

node_id nid_key
 Key of the subnode block.
block_id_disk sub_block_bid
 Id of the subnode block.

Detailed Description

template<typename T>
struct fairport::disk::sub_nonleaf_entry< T >

Entries on a nonleaf sub_block.

Similar to non-leaf BT pages, nonleaf subnode blocks point to other subnode blocks.

Template Parameters:
Tulonglong for a unicode store, ulong for an ANSI store
See also:
[MS-PST] 2.2.2.8.3.3.2.1

Definition at line 1148 of file disk.h.


Member Typedef Documentation

template<typename T >
typedef T fairport::disk::sub_nonleaf_entry< T >::block_id_disk

Definition at line 1150 of file disk.h.


Member Data Documentation

template<typename T >
node_id fairport::disk::sub_nonleaf_entry< T >::nid_key

Key of the subnode block.

Definition at line 1152 of file disk.h.

Id of the subnode block.

Definition at line 1153 of file disk.h.


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