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 1619 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 1610 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 1628 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 1681 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 1637 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 1654 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 1645 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 1672 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 1663 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 1690 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 1698 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 1706 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 1714 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 1722 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 1730 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 1738 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 1771 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 1762 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 1746 of file MqContextC_inline_cc.hh.
|
inline |
Definition at line 1754 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 1788 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 1780 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 1797 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 1806 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 1817 of file MqContextC_inline_cc.hh.