Class ExternalConfigSize
Arbitrary size type configuration for ExternalString.

Defined in <seqan/file.h>
Signature template <typename TSize[, typename TFile[, unsigned SEQAN_PAGESIZE[, unsigned FRAMEs]]]> class ExternalConfigSize;

Template Parameters

TSize The size type of the ExternalString.
TFile Type of file the ExternalString will be based on. Defaults to File<>.
SEQAN_PAGESIZE The number of values in one page. This should be a power of 2 to speed up transfer and calculations. Default: 220.
FRAMES The number of pages that should reside in internal memory. To enable prefetching and automatic swap-out, frames should be greater than 1. Default: 2.