TEMU  3.0
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
 
uint32_t Reserved
 
temu_IfaceRefIfaces
 

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

◆ Reserved

uint32_t temu_IfaceRefArray::Reserved

◆ Size

uint32_t temu_IfaceRefArray::Size

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