naev 0.11.5
_private_container Struct Reference

Private container type for the arrays. More...

#include <array.h>

Data Fields

size_t _reserved
 
size_t _size
 
char _array []
 

Detailed Description

Private container type for the arrays.

Definition at line 52 of file array.h.

Field Documentation

◆ _array

char _private_container::_array[]

Begin of the array

Definition at line 58 of file array.h.

◆ _reserved

size_t _private_container::_reserved

Number of elements reserved

Definition at line 56 of file array.h.

◆ _size

size_t _private_container::_size

Number of elements in the array

Definition at line 57 of file array.h.


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