MqContextC - various functions to work on a context … More...
MqContextC - various functions to work on a context …
|
inline |
C++:
→ C-API ctx.Exit(MK_STRN callfunc = __builtin_FUNCTION(), MK_STRN callfile = __builtin_FILE(), MK_I32 callline = __builtin_LINE())
delete the context and exit the current process or thread …
Definition at line 1131 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* ctx.GetBuffer()
get the libmqmsgque::MqContextS::ctxbuf object
Definition at line 1105 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MqContextC* ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 1113 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API ctx.ProcessEvent(MqWaitOnEventE wait = MQ_WAIT_NO, MK_TIME_T timeout = MK_TIMEOUT_DEFAULT)
enter the event-loop and wait for an incoming service-request. …
Definition at line 1141 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN ctx.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 1123 of file MqContextC_inline_cc.hh.