TEMU  4.4
The Terma Emulator
temu_IfaceRefArray Struct Reference

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

Collaboration diagram for temu_IfaceRefArray:

Data Fields

uint32_t Size
 Number of used items in array. More...
 
uint32_t Reserved
 Number of slots allocated for array. More...
 
temu_IfaceRefIfaces
 Interface references. More...
 

Detailed Description

Dynamic interface reference array

In some cases, the number of objects we know about is unknown. To solve that TEMU provides a vector like type.

Note
It is not the intention that the fields in the array are manipulated directly. Instead, use the temu_ifaceRefArray* functions.

Field Documentation

◆ Ifaces

temu_IfaceRef* temu_IfaceRefArray::Ifaces

Interface references.

◆ Reserved

uint32_t temu_IfaceRefArray::Reserved

Number of slots allocated for array.

◆ Size

uint32_t temu_IfaceRefArray::Size

Number of used items in array.


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