36 #include <Inventor/C/basic.h> 48 typedef void cc_storage_f(
void * closure);
49 typedef void cc_storage_apply_func(
void * dataptr,
void * closure);
50 COIN_DLL_API
cc_storage * cc_storage_construct(
unsigned int size);
51 COIN_DLL_API
cc_storage * cc_storage_construct_etc(
unsigned int size,
52 cc_storage_f * constructor,
53 cc_storage_f * destructor);
54 COIN_DLL_API
void cc_storage_destruct(
cc_storage * storage);
56 COIN_DLL_API
void * cc_storage_get(
cc_storage * storage);
57 COIN_DLL_API
void cc_storage_apply_to_all(
cc_storage * storage,
58 cc_storage_apply_func * func,
struct cc_storage cc_storage
The type definition for the thread local memory storage structure.
Definition: common.h:61