libsheepy
Data Fields
sArrayt Struct Reference

array More...

#include <libsheepySmall.h>

Data Fields

char type
 
uint32_t count
 
uint32_t maxCount
 
smalltdata
 

Detailed Description

array

count amount of elements in the array maxCount is the maximum amount of elements, when count exceeds maxCount, the array is reallocated

Definition at line 158 of file libsheepySmall.h.

Field Documentation

◆ type

char sArrayt::type

Definition at line 159 of file libsheepySmall.h.

◆ count

uint32_t sArrayt::count

Definition at line 160 of file libsheepySmall.h.

◆ maxCount

uint32_t sArrayt::maxCount

Definition at line 161 of file libsheepySmall.h.

◆ data

smallt* sArrayt::data

Definition at line 163 of file libsheepySmall.h.


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