Mapper  0.9.0
API documentation
Public Types | Public Attributes | List of all members
Ocd::IndexBlock< E > Struct Template Reference

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]
 

Detailed Description

template<class E>
struct Ocd::IndexBlock< E >

An IndexBlock collects 256 index entries, and the file position of the next index block if more index entries exist.

Member Typedef Documentation

◆ IndexEntryType

template<class E >
using Ocd::IndexBlock< E >::IndexEntryType = E

Member Data Documentation

◆ entries

template<class E >
IndexEntryType Ocd::IndexBlock< E >::entries[256]

◆ next_block

template<class E >
quint32 Ocd::IndexBlock< E >::next_block

The documentation for this struct was generated from the following file: