Coin Logo http://www.coin3d.org/
http://www.kongsberg.com/kogt/

Typedefs | Functions
storage.h File Reference
#include <Inventor/C/basic.h>
#include <Inventor/C/threads/common.h>

Go to the source code of this file.

Typedefs

typedef void cc_storage_f(void *closure)
 
typedef void cc_storage_apply_func(void *dataptr, void *closure)
 

Functions

cc_storage * cc_storage_construct (unsigned int size)
 
cc_storage * cc_storage_construct_etc (unsigned int size, cc_storage_f *constructor, cc_storage_f *destructor)
 
void cc_storage_destruct (cc_storage *storage)
 
void * cc_storage_get (cc_storage *storage)
 
void cc_storage_apply_to_all (cc_storage *storage, cc_storage_apply_func *func, void *closure)
 

Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.

Generated for Coin by Doxygen