MqContextC - various functions to work on a context … More...
Functions | |
MkBufferC * | ccmqmsgque::MqContextC::GetBuffer () |
C++: → C-API get the libmqmsgque::MqContextS::ctxbuf object | |
MqContextC * | ccmqmsgque::MqContextC::GetRoot () |
C++: → C-API get the Root (toplevel initial context) | |
MK_I32 | ccmqmsgque::MqContextC::Exit (MK_STRN callfunc=__builtin_FUNCTION(), MK_STRN callfile=__builtin_FILE(), MK_I32 callline=__builtin_LINE()) |
C++: → C-API delete the context and exit the current process or thread … | |
void | ccmqmsgque::MqContextC::ProcessEvent (MqWaitOnEventE wait=MQ_WAIT_NO, MK_TIME_T timeout=MK_TIMEOUT_DEFAULT) |
C++: → C-API enter the event-loop and wait for an incoming service-request. … | |
MqContextC - various functions to work on a context …
|
inline |
C++:
→ C-API MK_I32 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 1002 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* ctx.GetBuffer()
get the libmqmsgque::MqContextS::ctxbuf object
Definition at line 984 of file MqContextC_inline_cc.hh.
|
inline |
C++:
→ C-API MqContextC* ctx.GetRoot()
get the Root (toplevel initial context)
Definition at line 991 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 1012 of file MqContextC_inline_cc.hh.