libsheepy
Data Fields
sDictt Struct Reference

dictionary More...

#include <libsheepySmall.h>

Data Fields

char type
 
uint32_t count
 
uint32_t maxCount
 
sDictElemt elements
 

Detailed Description

dictionary

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

Definition at line 109 of file libsheepySmall.h.

Field Documentation

◆ type

char sDictt::type

Definition at line 110 of file libsheepySmall.h.

◆ count

uint32_t sDictt::count

Definition at line 111 of file libsheepySmall.h.

◆ maxCount

uint32_t sDictt::maxCount

Definition at line 112 of file libsheepySmall.h.

◆ elements

sDictElemt sDictt::elements

Definition at line 114 of file libsheepySmall.h.


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