MkBufferC - various functions to set buffer-data … More...
Functions | |
MK_BUF | MkBufferSetI8_RT (MK_RT mkrt, MK_BUF const buf, MK_I8 const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetBOL_RT (MK_RT mkrt, MK_BUF const buf, MK_BOL const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetI16_RT (MK_RT mkrt, MK_BUF const buf, MK_I16 const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetI32_RT (MK_RT mkrt, MK_BUF const buf, MK_I32 const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetFLT_RT (MK_RT mkrt, MK_BUF const buf, MK_FLT const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetI64_RT (MK_RT mkrt, MK_BUF const buf, MK_I64 const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetDBL_RT (MK_RT mkrt, MK_BUF const buf, MK_DBL const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetSTR_RT (MK_RT mkrt, MK_BUF const buf, MK_STRN const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetBIN_RT (MK_RT mkrt, MK_BUF const buf, MkBinaryR const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetBUF_RT (MK_RT mkrt, MK_BUF const buf, MK_BUFN const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetVL_RT (MK_RT mkrt, MK_BUF const buf, MK_FST const val, va_list var_list) |
set the MkBufferC using a va_list value … | |
MK_BUF | MkBufferSetV_RT (MK_RT mkrt, MK_BUF const buf, MK_FST const val,...) |
set the MkBufferC using a ... value … | |
MK_BUF | MkBufferSetBinaryR_RT (MK_RT mkrt, MK_BUF const buf, MkBinaryR const val) |
Set the MkBufferC to the val … | |
MK_BUF | MkBufferSetStringR_RT (MK_RT mkrt, MK_BUF const buf, MkStringR const val) |
Set the MkBufferC to the val … | |
MkBufferC - MkBufferC_Set_C_API - overload | |
#define | MkBufferSetBIN_NULL(...) |
#define | MkBufferSetBIN(...) |
#define | MkBufferSetBOL_NULL(...) |
#define | MkBufferSetBOL(...) |
#define | MkBufferSetBUF_NULL(...) |
#define | MkBufferSetBUF(...) |
#define | MkBufferSetBinaryR_NULL(...) |
#define | MkBufferSetBinaryR(...) |
#define | MkBufferSetDBL_NULL(...) |
#define | MkBufferSetDBL(...) |
#define | MkBufferSetFLT_NULL(...) |
#define | MkBufferSetFLT(...) |
#define | MkBufferSetI16_NULL(...) |
#define | MkBufferSetI16(...) |
#define | MkBufferSetI32_NULL(...) |
#define | MkBufferSetI32(...) |
#define | MkBufferSetI64_NULL(...) |
#define | MkBufferSetI64(...) |
#define | MkBufferSetI8_NULL(...) |
#define | MkBufferSetI8(...) |
#define | MkBufferSetSTR_NULL(...) |
#define | MkBufferSetSTR(...) |
#define | MkBufferSetStringR_NULL(...) |
#define | MkBufferSetStringR(...) |
#define | MkBufferSetV_NULL(...) |
#define | MkBufferSetV(...) |
#define | MkBufferSetVL_NULL(...) |
#define | MkBufferSetVL(...) |
MkBufferC - various functions to set buffer-data …
#define MkBufferSetBIN | ( | ... | ) |
Definition at line 237 of file kernel_overload_mk.h.
#define MkBufferSetBIN_NULL | ( | ... | ) |
Definition at line 236 of file kernel_overload_mk.h.
#define MkBufferSetBinaryR | ( | ... | ) |
Definition at line 243 of file kernel_overload_mk.h.
#define MkBufferSetBinaryR_NULL | ( | ... | ) |
Definition at line 242 of file kernel_overload_mk.h.
#define MkBufferSetBOL | ( | ... | ) |
Definition at line 239 of file kernel_overload_mk.h.
#define MkBufferSetBOL_NULL | ( | ... | ) |
Definition at line 238 of file kernel_overload_mk.h.
#define MkBufferSetBUF | ( | ... | ) |
Definition at line 241 of file kernel_overload_mk.h.
#define MkBufferSetBUF_NULL | ( | ... | ) |
Definition at line 240 of file kernel_overload_mk.h.
#define MkBufferSetDBL | ( | ... | ) |
Definition at line 245 of file kernel_overload_mk.h.
#define MkBufferSetDBL_NULL | ( | ... | ) |
Definition at line 244 of file kernel_overload_mk.h.
#define MkBufferSetFLT | ( | ... | ) |
Definition at line 247 of file kernel_overload_mk.h.
#define MkBufferSetFLT_NULL | ( | ... | ) |
Definition at line 246 of file kernel_overload_mk.h.
#define MkBufferSetI16 | ( | ... | ) |
Definition at line 249 of file kernel_overload_mk.h.
#define MkBufferSetI16_NULL | ( | ... | ) |
Definition at line 248 of file kernel_overload_mk.h.
#define MkBufferSetI32 | ( | ... | ) |
Definition at line 251 of file kernel_overload_mk.h.
#define MkBufferSetI32_NULL | ( | ... | ) |
Definition at line 250 of file kernel_overload_mk.h.
#define MkBufferSetI64 | ( | ... | ) |
Definition at line 253 of file kernel_overload_mk.h.
#define MkBufferSetI64_NULL | ( | ... | ) |
Definition at line 252 of file kernel_overload_mk.h.
#define MkBufferSetI8 | ( | ... | ) |
Definition at line 255 of file kernel_overload_mk.h.
#define MkBufferSetI8_NULL | ( | ... | ) |
Definition at line 254 of file kernel_overload_mk.h.
#define MkBufferSetSTR | ( | ... | ) |
Definition at line 257 of file kernel_overload_mk.h.
#define MkBufferSetSTR_NULL | ( | ... | ) |
Definition at line 256 of file kernel_overload_mk.h.
#define MkBufferSetStringR | ( | ... | ) |
Definition at line 259 of file kernel_overload_mk.h.
#define MkBufferSetStringR_NULL | ( | ... | ) |
Definition at line 258 of file kernel_overload_mk.h.
#define MkBufferSetV | ( | ... | ) |
Definition at line 261 of file kernel_overload_mk.h.
#define MkBufferSetV_NULL | ( | ... | ) |
Definition at line 260 of file kernel_overload_mk.h.
#define MkBufferSetVL | ( | ... | ) |
Definition at line 263 of file kernel_overload_mk.h.
#define MkBufferSetVL_NULL | ( | ... | ) |
Definition at line 262 of file kernel_overload_mk.h.
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
Set the MkBufferC to the val …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
set the MkBufferC using a ... value …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
printf
like format string set the MkBufferC using a va_list value …
The old value will be removed and the memory will be reset.
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | buf | the MkBufferS instance to work on |
[in] | val | the value to set the buf to |
[in] | var_list | a variable argument list object |
printf
like format string