|
Zth (libzth)
|
#include <indirection.h>
Public Attributes | |
| zth_logv_t * | zth_logv |
| zth_main_fiber_t * | main_fiber |
| zth_assert_handler_t * | zth_assert_handler |
| zth_postdeinit_t * | zth_postdeinit |
| zth_preinit_t * | zth_preinit |
| zth_terminate_t * | zth_terminate |
Definition at line 47 of file indirection.h.
| zth_main_fiber_t* zth_indirection_t::main_fiber |
Definition at line 49 of file indirection.h.
| zth_assert_handler_t* zth_indirection_t::zth_assert_handler |
Definition at line 50 of file indirection.h.
| zth_logv_t* zth_indirection_t::zth_logv |
Definition at line 48 of file indirection.h.
| zth_postdeinit_t* zth_indirection_t::zth_postdeinit |
Definition at line 51 of file indirection.h.
| zth_preinit_t* zth_indirection_t::zth_preinit |
Definition at line 52 of file indirection.h.
| zth_terminate_t* zth_indirection_t::zth_terminate |
Definition at line 53 of file indirection.h.