![]() |
Mapper
0.9.0
API documentation
|
An IndexBlock collects 256 index entries, and the file position of the next index block if more index entries exist. More...
#include <ocd_types.h>
Public Types | |
using | IndexEntryType = E |
Public Attributes | |
quint32 | next_block |
IndexEntryType | entries [256] |
An IndexBlock collects 256 index entries, and the file position of the next index block if more index entries exist.
using Ocd::IndexBlock< E >::IndexEntryType = E |
IndexEntryType Ocd::IndexBlock< E >::entries[256] |
quint32 Ocd::IndexBlock< E >::next_block |