theKernel 10.0
|
a linked-list to opearate a storage of data items More...
#include <LibMkKernel_mk.h>
Data Fields | |
MK_SIG | signature |
check if item is valid or not | |
bool | doFree |
should the item be freed? | |
struct MkCacheItemS * | prev |
link to the prev item | |
struct MkCacheItemS * | next |
link to the next item | |
MK_PTR | data |
data to cache | |
a linked-list to opearate a storage of data items
Definition at line 2308 of file LibMkKernel_mk.h.
MK_PTR MkCacheItemS::data |
data to cache
Definition at line 2314 of file LibMkKernel_mk.h.
bool MkCacheItemS::doFree |
should the item be freed?
Definition at line 2311 of file LibMkKernel_mk.h.
struct MkCacheItemS* MkCacheItemS::next |
link to the next item
Definition at line 2313 of file LibMkKernel_mk.h.
struct MkCacheItemS* MkCacheItemS::prev |
link to the prev item
Definition at line 2312 of file LibMkKernel_mk.h.
MK_SIG MkCacheItemS::signature |
check if item is valid or not
Definition at line 2310 of file LibMkKernel_mk.h.