TEMU  2
The Terma Emulator
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
temu_PropInfo Struct Reference

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

Collaboration diagram for temu_PropInfo:

Data Fields

const char * Name
 Name of property. More...
 
temu_Type Typ
 Type tag. More...
 
size_t Count
 Number of elements in property. More...
 
uintptr_t Offset
 Offset from struct start. More...
 

Detailed Description

Definition at line 1627 of file Objsys.h.

Field Documentation

size_t temu_PropInfo::Count

Number of elements in property.

Definition at line 1630 of file Objsys.h.

const char* temu_PropInfo::Name

Name of property.

Definition at line 1628 of file Objsys.h.

uintptr_t temu_PropInfo::Offset

Offset from struct start.

Definition at line 1631 of file Objsys.h.

temu_Type temu_PropInfo::Typ

Type tag.

Definition at line 1629 of file Objsys.h.


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