ARGOBOTS
latest
|
#include <abti.h>
Data Fields | |
void(* | f_destructor )(void *value) |
uint32_t | key_id |
void * | value |
ABTD_atomic_ptr | p_next |
void(* ABTI_ktelem::f_destructor)(void *value) |
Definition at line 372 of file abti.h.
Referenced by ABTI_ktable_free(), and ABTI_ktable_set().
uint32_t ABTI_ktelem::key_id |
Definition at line 373 of file abti.h.
Referenced by ABTI_ktable_get(), and ABTI_ktable_set().
ABTD_atomic_ptr ABTI_ktelem::p_next |
Definition at line 375 of file abti.h.
Referenced by ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set().
void* ABTI_ktelem::value |
Definition at line 374 of file abti.h.
Referenced by ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set().