TEMU  4.4
The Terma Emulator
temu_Vector Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Support/Objsys.h>

Data Fields

temu_Type Typ
 Type of vector data. More...
 
void * VecData
 Managed pointer, do not use directly. More...
 
uint32_t Size
 Managed do not use directly. More...
 
uint32_t Capacity
 Managed do not use directly. More...
 

Detailed Description

Dynamically sized array

Field Documentation

◆ Capacity

uint32_t temu_Vector::Capacity

Managed do not use directly.

◆ Size

uint32_t temu_Vector::Size

Managed do not use directly.

◆ Typ

temu_Type temu_Vector::Typ

Type of vector data.

◆ VecData

void* temu_Vector::VecData

Managed pointer, do not use directly.


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