PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
aml_local_t Struct Reference

Data for a local variable object. More...

#include <object.h>

Collaboration diagram for aml_local_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_object_tvalue
 The value of the local variable.
 

Detailed Description

Data for a local variable object.

Definition at line 436 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_local_t::AML_OBJECT_COMMON_HEADER

Definition at line 438 of file object.h.

◆ value

aml_object_t* aml_local_t::value

The value of the local variable.

Definition at line 439 of file object.h.


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