Landtiger LPC1768 C BigLib 1
A self made, custom C library for the LandTiger board.
 
Loading...
Searching...
No Matches
__Vector Struct Reference

Public Attributes

void * data
 
u32 size
 
u32 capacity
 
u32 elem_size
 
MEM_Allocatorallocator
 

Detailed Description

Definition at line 8 of file cl_vector.c.

Member Data Documentation

◆ allocator

MEM_Allocator* __Vector::allocator

Definition at line 12 of file cl_vector.c.

◆ capacity

u32 __Vector::capacity

Definition at line 11 of file cl_vector.c.

◆ data

void* __Vector::data

Definition at line 10 of file cl_vector.c.

◆ elem_size

u32 __Vector::elem_size

Definition at line 11 of file cl_vector.c.

◆ size

u32 __Vector::size

Definition at line 11 of file cl_vector.c.


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