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

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

Collaboration diagram for temu_Object:

Data Fields

temu_ClassClass
 Class pointer. More...
 
void * TimeSource
 Timesource object. More...
 
temu_ComponentComponent
 Parent component (null for root comp) More...
 
uint64_t LoggingFlags
 Log category enabled/disabled. More...
 
int64_t WillDisposeNotification
 
int64_t DisposedNotification
 

Detailed Description

Definition at line 61 of file Objsys.h.

Field Documentation

temu_Class* temu_Object::Class

Class pointer.

Definition at line 62 of file Objsys.h.

temu_Component* temu_Object::Component

Parent component (null for root comp)

Definition at line 64 of file Objsys.h.

int64_t temu_Object::DisposedNotification

Notification emitted after object has been deleted

Definition at line 69 of file Objsys.h.

uint64_t temu_Object::LoggingFlags

Log category enabled/disabled.

Definition at line 65 of file Objsys.h.

void* temu_Object::TimeSource

Timesource object.

Definition at line 63 of file Objsys.h.

int64_t temu_Object::WillDisposeNotification

Notification emitted before object is deleted

Definition at line 67 of file Objsys.h.


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