My library
Library for common tasks
Data Fields
ArrayList Struct Reference

ArrayList type More...

#include <types.h>

Data Fields

spec_t type
 The type of the elements contained by the ArrayList. Refer to spec_t. More...
 
void * body
 Void pointer to the first element of the ArrayList. More...
 
unsigned int size
 The number of elements contained by the ArrayList. More...
 

Detailed Description

ArrayList type

Note
All the parameters in this structure must be intended as read-only. Manually modifying them can cause unknown and unwanted behavior

Field Documentation

◆ body

void* ArrayList::body

Void pointer to the first element of the ArrayList.

◆ size

unsigned int ArrayList::size

The number of elements contained by the ArrayList.

◆ type

spec_t ArrayList::type

The type of the elements contained by the ArrayList. Refer to spec_t.


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