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

Namespace overlay. More...

#include <namespace.h>

Collaboration diagram for aml_overlay_t:

Data Fields

map_t map
 Used to find the children of namespaces using their id and the name of the child.
 
list_t objects
 List of all objects in this namespace. Used for fast iteration.
 
struct aml_overlay * parent
 The parent overlay, or NULL if none.
 

Detailed Description

Namespace overlay.

Definition at line 86 of file namespace.h.

Field Documentation

◆ map

map_t aml_overlay_t::map

Used to find the children of namespaces using their id and the name of the child.

Definition at line 88 of file namespace.h.

◆ objects

list_t aml_overlay_t::objects

List of all objects in this namespace. Used for fast iteration.

Definition at line 89 of file namespace.h.

◆ parent

struct aml_overlay* aml_overlay_t::parent

The parent overlay, or NULL if none.

Definition at line 90 of file namespace.h.


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