Cedro
Data Fields
Marker_array Struct Reference

Data Fields

size_t len
 
size_t capacity
 
Marker_mut_p start
 

Detailed Description

The constant PADDING_Marker_ARRAY = 0 defines how many items are physically available after those valid elements.
This can be used to avoid special cases near the end when searching for fixed-length sequences in the array, although you have to set them to 0 or other appropriate value.

Field Documentation

◆ capacity

size_t Marker_array::capacity

Maximum length before reallocation is needed.

◆ len

size_t Marker_array::len

Current length, the number of valid elements.

◆ start

Marker_mut_p Marker_array::start

The items stored in this array.


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