hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
WeakSlot Struct Reference

#include <weak.h>

Collaboration diagram for WeakSlot:

Public Attributes

void * target
 
WeakSlotnext_in_target
 

Detailed Description

Definition at line 10 of file weak.h.

Member Data Documentation

◆ next_in_target

WeakSlot* next_in_target

Definition at line 12 of file weak.h.

Referenced by runtime_weak_slot_free().

◆ target

void* target

Definition at line 11 of file weak.h.

Referenced by runtime_weak_slot_alloc(), and runtime_weak_slot_nullify_all().


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