Fairport
v1.0.38
|
The Unicode store version of the page trailer. More...
#include <disk.h>
Public Types | |
typedef ulonglong | block_id_disk |
Public Attributes | |
byte | page_type |
The page_type of this page. | |
byte | page_type_repeat |
Same as the page_type field, for validation purposes. | |
ushort | signature |
Signature of this page, as calculated by the compute_signature function. | |
ulong | crc |
CRC of this page, as calculated by the compute_crc function. | |
block_id_disk | bid |
The id of this page. |
The Unicode store version of the page trailer.
The last structure in every page, aligned to the page_size
typedef ulonglong fairport::disk::page_trailer< ulonglong >::block_id_disk |
block_id_disk fairport::disk::page_trailer< ulonglong >::bid |
CRC of this page, as calculated by the compute_crc function.
byte fairport::disk::page_trailer< ulonglong >::page_type_repeat |
Signature of this page, as calculated by the compute_signature function.