27#include <Inventor/C/basic.h>
28#include <Inventor/C/threads/common.h>
39typedef void cc_storage_f(
void * closure);
40typedef void cc_storage_apply_func(
void * dataptr,
void * closure);
41COIN_DLL_API cc_storage * cc_storage_construct(
unsigned int size);
42COIN_DLL_API cc_storage * cc_storage_construct_etc(
unsigned int size,
43 cc_storage_f * constructor,
44 cc_storage_f * destructor);
45COIN_DLL_API
void cc_storage_destruct(cc_storage * storage);
47COIN_DLL_API
void * cc_storage_get(cc_storage * storage);
48COIN_DLL_API
void cc_storage_apply_to_all(cc_storage * storage,
49 cc_storage_apply_func * func,
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.