ARGOBOTS
1.1
|
#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 420 of file abti.h.
Referenced by ABTI_ktable_free().
uint32_t ABTI_ktelem::key_id |
Definition at line 421 of file abti.h.
Referenced by ABTI_ktable_get(), and ABTI_ktable_set_impl().
ABTD_atomic_ptr ABTI_ktelem::p_next |
Definition at line 423 of file abti.h.
Referenced by ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set_impl().
void* ABTI_ktelem::value |
Definition at line 422 of file abti.h.
Referenced by ABTI_ktable_free(), ABTI_ktable_get(), and ABTI_ktable_set_impl().