Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::runtime::atexit_func_entry_t Struct Reference

An entry in the list of functions to call at program exit (not used in kernel but needed for linking) More...

#include <cplusplus.h>

Public Attributes

void(* destructor_func )(void *)
 The destructor function to call.
 
void * obj_ptr
 The pointer to the object to destroy.
 
void * dso_handle
 The DSO handle (not used)
 

Detailed Description

An entry in the list of functions to call at program exit (not used in kernel but needed for linking)

Definition at line 28 of file cplusplus.h.

Member Data Documentation

◆ destructor_func

void(* MaxOS::runtime::atexit_func_entry_t::destructor_func) (void *)

The destructor function to call.

Definition at line 29 of file cplusplus.h.

◆ dso_handle

void* MaxOS::runtime::atexit_func_entry_t::dso_handle

The DSO handle (not used)

Definition at line 31 of file cplusplus.h.

◆ obj_ptr

void* MaxOS::runtime::atexit_func_entry_t::obj_ptr

The pointer to the object to destroy.

Definition at line 30 of file cplusplus.h.


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