Loading...
Searching...
No Matches
Vdf_IndexBlockMapping Struct Reference

A mapping that relates logical blocks of indices to actual stored data when the data is compressed by eliding unset elements. More...

#include <compressedIndexMapping.h>

Public Member Functions

bool operator< (const Vdf_IndexBlockMapping &rhs) const
 

Public Attributes

size_t logicalStartIndex
 
size_t dataEndIndex
 

Detailed Description

A mapping that relates logical blocks of indices to actual stored data when the data is compressed by eliding unset elements.

See Vdf_CompressedIndexMapping.

Definition at line 24 of file compressedIndexMapping.h.

Member Function Documentation

◆ operator<()

bool operator< ( const Vdf_IndexBlockMapping rhs) const
inline

Definition at line 38 of file compressedIndexMapping.h.

Member Data Documentation

◆ dataEndIndex

size_t dataEndIndex

Definition at line 32 of file compressedIndexMapping.h.

◆ logicalStartIndex

size_t logicalStartIndex

Definition at line 27 of file compressedIndexMapping.h.


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