Fairport
v1.0.38
|
External block definition. More...
#include <disk.h>
Public Attributes | |
byte | data [1] |
Data contained in this block. | |
Static Public Attributes | |
static const size_t | max_size = max_block_disk_size - sizeof(block_trailer<T>) |
External block definition.
The data contained in an external block is "encrypted" as defined by the crypt_method of the store. The id of an external block never has the block_id_internal_bit set.
byte fairport::disk::external_block< T >::data[1] |
const size_t fairport::disk::external_block< T >::max_size = max_block_disk_size - sizeof(block_trailer<T>) [static] |