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 1641 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 1632 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 1650 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 1703 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 1659 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 1676 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 1667 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 1694 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 1685 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 1712 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 1720 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 1728 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 1736 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 1744 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 1752 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 1760 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 1793 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 1784 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 1768 of file MqContextC_inline_cc.hh.
|
inline |
Definition at line 1776 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 1810 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 1802 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 1819 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 1828 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 1839 of file MqContextC_inline_cc.hh.