|
theKernel 10.0
|
a linked-list to opearate a storage of data items More...
#include <LibMkKernel_mk.h>
Collaboration diagram for libmkkernel::MkCacheItemS:Public Attributes | |
| 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 libmkkernel::MkCacheItemS::data |
data to cache
Definition at line 2314 of file LibMkKernel_mk.h.
| bool libmkkernel::MkCacheItemS::doFree |
should the item be freed?
Definition at line 2311 of file LibMkKernel_mk.h.
| struct MkCacheItemS* libmkkernel::MkCacheItemS::next |
link to the next item
Definition at line 2313 of file LibMkKernel_mk.h.
| struct MkCacheItemS* libmkkernel::MkCacheItemS::prev |
link to the prev item
Definition at line 2312 of file LibMkKernel_mk.h.
| MK_SIG libmkkernel::MkCacheItemS::signature |
check if item is valid or not
Definition at line 2310 of file LibMkKernel_mk.h.