MqContextC - append a native PRIMITIVE TYPE value to the send-data-package … More...
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
[in] | val | the value to appending |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
[in] | mkrt | the MkRuntimeS instance to work on - the runtime argument, used by MK_RT_CALL (C-only) |
[in] | ctx | the MqContextS instance to work on |
[in] | val | the value to appending |
MkExceptionC | → The default-exception from the Programming-Language-Micro-Kernel (PLMK) |
|
inline |
C++:
→ C-API ctx.SendBFL(const MkBufferListC* val)
append a MkBufferListC object to the send-data-package object …
Definition at line 1468 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBFL(const MkBufferListC* val)
append a MkBufferListC object to the send-data-package object …
Definition at line 1460 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendBIN
→ C-API
append a libmkkernel::MK_BIN object to the send-data-package. …
Definition at line 1476 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBinaryR(MK_BNP val)
append a MkBinaryR object to the send-data-package. …
Definition at line 1523 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendBOL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1484 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBUF(const MkBufferC* val)
append a MkBufferC object to the send-data-package object …
Definition at line 1499 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBUF(const MkBufferC* val)
append a MkBufferC object to the send-data-package object …
Definition at line 1491 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBUS_FLAT(const MkBufferStreamC* val)
append a MkBufferStreamC object to the send-data-package object …
Definition at line 1515 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendBUS_FLAT(const MkBufferStreamC* val)
append a MkBufferStreamC object to the send-data-package object …
Definition at line 1507 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendDBL
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1531 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendFLT
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1538 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendHDL(MK_HDL val)
send the handle to the send-data-package
Definition at line 1545 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendI16
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1552 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendI32
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1559 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendI64
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1566 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendI8
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1573 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendL_FLAT(const MkBufferListC* val)
append a MkBufferListC object as flat list of items to the send-data-package object …
Definition at line 1602 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendL_FLAT(const MkBufferListC* val)
append a MkBufferListC object as flat list of items to the send-data-package object …
Definition at line 1594 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendLONG(MK_LONG val)
send the long native object to the send-data-package
Definition at line 1580 of file MqContextC_inline_cc.hh.
|
inline |
Definition at line 1587 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendSTR
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1617 of file MqContextC_inline_cc.hh.
|
inline |
C++: doc_mq_cc_SendSTR
→ C-API
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1610 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendStringR(const std::string& val)
MqContextC - append a native PRIMITIVE TYPE value to the send-data-package …
Definition at line 1625 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendV(MK_FST printfmt, ... )
append a vararg string to the send-data-package object …
Definition at line 1633 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.SendVL(MK_FST printfmt, va_list var_list)
append a vararg string as va_list to the send-data-package object …
Definition at line 1643 of file MqContextC_inline_cc.hh.