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

#include <signal.h>

Collaboration diagram for YoiVoidIntCallableInterface:

Public Attributes

unsigned long long gc_refcount
 
unsigned long long type_id
 
void * this_ptr
 
void *(* gc_inc_func )(void *this_ptr)
 
void *(* gc_dec_func )(void *this_ptr)
 
runtime_signal_handler_t handler
 

Detailed Description

Definition at line 44 of file signal.h.

Member Data Documentation

◆ gc_dec_func

void *(* gc_dec_func) (void *this_ptr)

Definition at line 49 of file signal.h.

Referenced by runtime_signal_default().

◆ gc_inc_func

void *(* gc_inc_func) (void *this_ptr)

Definition at line 48 of file signal.h.

◆ gc_refcount

unsigned long long gc_refcount

Definition at line 45 of file signal.h.

◆ handler

Definition at line 50 of file signal.h.

◆ this_ptr

void* this_ptr

Definition at line 47 of file signal.h.

◆ type_id

unsigned long long type_id

Definition at line 46 of file signal.h.


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