MqContextC - move and copy an error from a context … More...
Collaboration diagram for MqContextC_Error_PY_API:Functions | |
| static OT_ProcRet | pymqmsgque_MqContextC_ErrorFORMAT (MqContextC_ARGS) |
Python: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
| OT_ProcRet | pymqmsgque_MqContextC_ErrorCopy (MqContextC_ARGS) |
Python: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
| OT_ProcRet | pymqmsgque_MqContextC_ErrorMove (MqContextC_ARGS) |
Python: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
| OT_ProcRet pymqmsgque_MqContextC_ErrorCopy | ( | MqContextC_ARGS | ) |
Python: → C-API MkErrorE targetCtx.ErrorCopy(sourceCtx:MqContextC)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1394 of file MqContextC_py.c.
|
static |
Python: → C-API MkErrorC fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 1378 of file MqContextC_py.c.
| OT_ProcRet pymqmsgque_MqContextC_ErrorMove | ( | MqContextC_ARGS | ) |
Python: → C-API MkErrorE targetCtx.ErrorMove(sourceCtx:MqContextC)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1409 of file MqContextC_py.c.