ValueType ** pageTable_
Storage for the data pages. Created pages are stored in table from which they are found with address ...
std::vector< ValueType > ValueVector
Type for a set of values in a std::vector container.
#define DEFAULT_PAGE_SIZE
uint32_t IndexType
Type used for indexing the array. Currently, limited to 32 bits.
std::size_t pageTableSize_
Size of the page table.
ValueType * ValueTable
Type for a set of values in a basic array type.