![]() |
Max OS 0.3
|
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) | |
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.
| void(* MaxOS::runtime::atexit_func_entry_t::destructor_func) (void *) |
The destructor function to call.
Definition at line 29 of file cplusplus.h.
| void* MaxOS::runtime::atexit_func_entry_t::dso_handle |
The DSO handle (not used)
Definition at line 31 of file cplusplus.h.
| void* MaxOS::runtime::atexit_func_entry_t::obj_ptr |
The pointer to the object to destroy.
Definition at line 30 of file cplusplus.h.