ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTI_ktelem Struct Reference

#include <abti.h>

Collaboration diagram for ABTI_ktelem:
Collaboration graph
[legend]

Data Fields

void(* f_destructor )(void *value)
 
uint32_t key_id
 
void * value
 
ABTD_atomic_ptr p_next
 

Detailed Description

Definition at line 370 of file abti.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: