MkKernel PACKAGE - operate on a binary al struct of pointer and size … More...
Classes | |
struct | libmkkernel::MkBinaryR |
binary data default format … More... | |
Functions | |
static MkBinaryR | libmkkernel::MkBinaryCreate (MK_SIZE size, MK_BINN data) |
create a binary from data and size ... | |
static bool | libmkkernel::MkBinaryIsNull (const MkBinaryR bin) |
check if binary is NULL ... | |
static const MkBinaryR | libmkkernel::MkBinaryCreateSlice (const MkBinaryR bin, MK_SIZE start, MK_SIZE wide) |
create a binary slice ... | |
static MkBinaryR | libmkkernel::MkBinaryDup_RT (MK_RT mkrt, const MkBinaryR bin) |
create a binary as duplicate from an already existsing MkBinaryR ... | |
static void | libmkkernel::MkBinaryLog_RT (MK_RT mkrt, const MkBinaryR bin) |
get size from the binary ... | |
static MK_BINN | libmkkernel::MkBinaryGetData (const MkBinaryR bin) |
get data pointer from the binary ... | |
static MK_SIZE | libmkkernel::MkBinaryGetSize (const MkBinaryR bin) |
get size from the binary ... | |
MkKernel - MkKernel_Binary_C_API - overload | |
#define | MkBinaryDup_NULL(...) |
#define | MkBinaryDup(...) |
#define | MkBinaryLog_NULL(...) |
#define | MkBinaryLog(...) |
MkKernel PACKAGE - operate on a binary al struct of pointer and size …
#define MkBinaryDup | ( | ... | ) |
Definition at line 1348 of file kernel_overload_mk.h.
#define MkBinaryDup_NULL | ( | ... | ) |
Definition at line 1347 of file kernel_overload_mk.h.
#define MkBinaryLog | ( | ... | ) |
Definition at line 1350 of file kernel_overload_mk.h.
#define MkBinaryLog_NULL | ( | ... | ) |
Definition at line 1349 of file kernel_overload_mk.h.
create a binary from data and size ...
Definition at line 1690 of file LibMkKernel_mk.h.
|
inlinestatic |
create a binary slice ...
Definition at line 1702 of file LibMkKernel_mk.h.
create a binary as duplicate from an already existsing MkBinaryR ...
Definition at line 13566 of file LibMkKernel_mk.h.
get data pointer from the binary ...
Definition at line 1719 of file LibMkKernel_mk.h.
get size from the binary ...
Definition at line 1725 of file LibMkKernel_mk.h.
|
inlinestatic |
check if binary is NULL ...
Definition at line 1696 of file LibMkKernel_mk.h.
get size from the binary ...
Definition at line 13572 of file LibMkKernel_mk.h.