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

BBT Leaf Entry. More...

#include <disk.h>

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

List of all members.

Public Attributes

block_reference< T > ref
 A reference to this block on disk.
ushort size
 The unaligned size of this block.
ushort ref_count
 The reference count of this block.

Detailed Description

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

BBT Leaf Entry.

An array of these are used on leaf BBT pages. It describes a block.

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

Definition at line 806 of file disk.h.


Member Data Documentation

template<typename T >
block_reference<T> fairport::disk::bbt_leaf_entry< T >::ref

A reference to this block on disk.

Definition at line 808 of file disk.h.

template<typename T >
ushort fairport::disk::bbt_leaf_entry< T >::ref_count

The reference count of this block.

Definition at line 810 of file disk.h.

template<typename T >
ushort fairport::disk::bbt_leaf_entry< T >::size

The unaligned size of this block.

Definition at line 809 of file disk.h.


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