ezEngine Release 26.3
Loading...
Searching...
No Matches
ezBlockStorageType Struct Reference

Defines storage strategies for block-based container management. More...

#include <BlockStorage.h>

Public Types

enum  Enum { Compact , FreeList }
 

Detailed Description

Defines storage strategies for block-based container management.

Member Enumeration Documentation

◆ Enum

Enumerator
Compact 

Maintains elements in contiguous memory by moving last element to fill gaps.

FreeList 

Uses a free list to track available slots, preserving element positions.


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