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

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 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.

Member Data Documentation

◆ data

MK_PTR libmkkernel::MkCacheItemS::data

data to cache

Definition at line 2314 of file LibMkKernel_mk.h.

◆ doFree

bool libmkkernel::MkCacheItemS::doFree

should the item be freed?

Definition at line 2311 of file LibMkKernel_mk.h.

◆ next

struct MkCacheItemS* libmkkernel::MkCacheItemS::next

link to the next item

Definition at line 2313 of file LibMkKernel_mk.h.

◆ prev

struct MkCacheItemS* libmkkernel::MkCacheItemS::prev

link to the prev item

Definition at line 2312 of file LibMkKernel_mk.h.

◆ signature

MK_SIG libmkkernel::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: