MqContextC - move and copy an error from a context … More...
Functions | |
static OT_ProcRet | tclmqmsgque_MqContextC_ErrorFORMAT (MqContextC_ARGS) |
Tcl: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
OT_ProcRet | tclmqmsgque_MqContextC_ErrorCopy (MqContextC_ARGS) |
Tcl: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
OT_ProcRet | tclmqmsgque_MqContextC_ErrorMove (MqContextC_ARGS) |
Tcl: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
OT_ProcRet tclmqmsgque_MqContextC_ErrorCopy | ( | MqContextC_ARGS | ) |
Tcl:
→ C-API MkErrorE [$targetCtx ErrorCopy sourceCtx:MqContextC]
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1447 of file MqContextC_tcl.c.
|
static |
Tcl:
→ C-API MkErrorC [$fmtobj ErrorFORMAT]
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 1431 of file MqContextC_tcl.c.
OT_ProcRet tclmqmsgque_MqContextC_ErrorMove | ( | MqContextC_ARGS | ) |
Tcl:
→ C-API MkErrorE [$targetCtx ErrorMove sourceCtx:MqContextC]
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1462 of file MqContextC_tcl.c.