PatchworkOS
Loading...
Searching...
No Matches
aml_local_obj_t Struct Reference

Data for a local variable object. More...

#include <object.h>

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 414 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_local_obj_t::AML_OBJECT_COMMON_HEADER

Definition at line 416 of file object.h.

◆ value

aml_object_t* aml_local_obj_t::value

The value of the local variable.

Definition at line 417 of file object.h.

Referenced by aml_convert_source(), aml_copy_object(), aml_def_size_of_read(), aml_local_set(), aml_object_clear(), and aml_store().


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