cuflow_cacheobj Struct Reference
[cuflow/cache.h: Function Call Cache (unfinished)]

#include <cache.h>

Data Fields

cu_word_t fncode

Detailed Description

The base struct for both cache keys and cache objects. Typically use is to cu/inherit.h: A Framework for Multiple Inheritance this in the cache key, and cu_inherit the cache key in the full cache object. This contains one field, fncode, which must be assigned an integer obtaind with CUFLOW_FNCODE, which identifies the callback and key size.


Field Documentation

The function code, identifying the slot number of the cache callback and the size of the key, including this struct.


The documentation for this struct was generated from the following file:
Generated 2009-11-23 for culibs-0.25 using Doxygen. Maintained by Petter Urkedal.