|
Zth (libzth)
|
#include <libzth/indirection.h>Go to the source code of this file.
Functions | |
| void | zth_logv_indirect (zth_logv_t *func) |
| Set the function pointer for zth_logv. | |
| void | zth_main_fiber_indirect (zth_main_fiber_t *func) |
| Set the function pointer for main_fiber. | |
| void | zth_assert_handler_indirect (zth_assert_handler_t *func) |
| Set the function pointer for zth_assert_handler. | |
| void | zth_postdeinit_indirect (zth_postdeinit_t *func) |
| Set the function pointer for zth_postdeinit. | |
| void | zth_preinit_indirect (zth_preinit_t *func) |
| Set the function pointer for zth_preinit. | |
| void | zth_terminate_indirect (zth_terminate_t *func) |
| Set the function pointer for zth_terminate. | |
| void | zth_indirect (zth_indirection_t const *indirection) |
| Set all function indirection pointers. | |
Variables | |
| zth_indirection_t | zth_indirection = {} |
| zth_indirection_t zth_indirection = {} |
Definition at line 10 of file indirection.cpp.