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

Data for an unresolved object. More...

#include <object.h>

Collaboration diagram for aml_unresolved_t:

Data Fields

 AML_OBJECT_COMMON_HEADER
 
aml_name_string_t nameString
 The NameString representing the path to the target object.
 
aml_object_tfrom
 The object to start the search from when resolving the reference.
 
aml_patch_up_resolve_callback_t callback
 The callback to call when a matching object is found.
 

Detailed Description

Data for an unresolved object.

Definition at line 411 of file object.h.

Field Documentation

◆ AML_OBJECT_COMMON_HEADER

aml_unresolved_t::AML_OBJECT_COMMON_HEADER

Definition at line 413 of file object.h.

◆ nameString

aml_name_string_t aml_unresolved_t::nameString

The NameString representing the path to the target object.

Definition at line 414 of file object.h.

◆ from

aml_object_t* aml_unresolved_t::from

The object to start the search from when resolving the reference.

Definition at line 415 of file object.h.

◆ callback

aml_patch_up_resolve_callback_t aml_unresolved_t::callback

The callback to call when a matching object is found.

Definition at line 416 of file object.h.


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