MqContextC - move and copy an error from a context … More...
Functions | |
MkErrorC * | ccmqmsgque::MqContextC::ErrorFORMAT () const |
C++: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
MkErrorE | ccmqmsgque::MqContextC::ErrorCopy (const MqContextC *sourceCtx) const |
C++: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
MkErrorE | ccmqmsgque::MqContextC::ErrorCopy (const MqContextC &sourceCtx) const |
C++: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
MkErrorE | ccmqmsgque::MqContextC::ErrorMove (const MqContextC *sourceCtx) const |
C++: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MkErrorE | ccmqmsgque::MqContextC::ErrorMove (const MqContextC &sourceCtx) const |
C++: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
|
inline |
C++:
→ C-API MkErrorE targetCtx.ErrorCopy(const MqContextC* sourceCtx)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 766 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorE targetCtx.ErrorCopy(const MqContextC* sourceCtx)
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 757 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorC* fmtobj.ErrorFORMAT()
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 747 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorE targetCtx.ErrorMove(const MqContextC* sourceCtx)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 784 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorE targetCtx.ErrorMove(const MqContextC* sourceCtx)
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 775 of file MqContextC_inline_cc.hh.