theKernel 10.0
Loading...
Searching...
No Matches
MkKernel_Cache_C_API

MkKernel PACKAGE - API to use a predefined cache of arbitrary data. … More...

+ Collaboration diagram for MkKernel_Cache_C_API:

Classes

struct  libmkkernel::MkCacheItemS
 a linked-list to opearate a storage of data items More...
 
struct  libmkkernel::MkCacheS
 This is an circel storage of a linked-list connected with a "lock" at libmkkernel::MkCacheSMore...
 

Typedefs

typedef MK_PTR(* libmkkernel::MkCacheCF) (MK_RT mkrt, MK_PTR const)
 
typedef void(* libmkkernel::MkCacheDF) (MK_RT mkrt, MK_PTR *const)
 

Detailed Description

MkKernel PACKAGE - API to use a predefined cache of arbitrary data. …

Typedef Documentation

◆ MkCacheCF

typedef MK_PTR(* libmkkernel::MkCacheCF) (MK_RT mkrt,MK_PTR const)

Definition at line 2302 of file LibMkKernel_mk.h.

◆ MkCacheDF

typedef void(* libmkkernel::MkCacheDF) (MK_RT mkrt,MK_PTR *const)

Definition at line 2304 of file LibMkKernel_mk.h.