theKernel 10.0
Loading...
Searching...
No Matches
MkCacheItemS Struct Reference

a linked-list to opearate a storage of data items More...

#include <LibMkKernel_mk.h>

+ Collaboration diagram for MkCacheItemS:

Data Fields

MK_SIG signature
 check if item is valid or not
 
bool doFree
 should the item be freed?
 
struct MkCacheItemSprev
 link to the prev item
 
struct MkCacheItemSnext
 link to the next item
 
MK_PTR data
 data to cache
 

Detailed Description

a linked-list to opearate a storage of data items

Definition at line 2308 of file LibMkKernel_mk.h.

Field Documentation

◆ data

MK_PTR MkCacheItemS::data

data to cache

Definition at line 2314 of file LibMkKernel_mk.h.

◆ doFree

bool MkCacheItemS::doFree

should the item be freed?

Definition at line 2311 of file LibMkKernel_mk.h.

◆ next

struct MkCacheItemS* MkCacheItemS::next

link to the next item

Definition at line 2313 of file LibMkKernel_mk.h.

◆ prev

struct MkCacheItemS* MkCacheItemS::prev

link to the prev item

Definition at line 2312 of file LibMkKernel_mk.h.

◆ signature

MK_SIG MkCacheItemS::signature

check if item is valid or not

Definition at line 2310 of file LibMkKernel_mk.h.


The documentation for this struct was generated from the following file: