L4Re Operating System Framework
Interface and Usage Documentation
|
Dispatch helper wrapping try {} catch {} around the dispatch call. More...
#include <ipc_server_loop>
Public Member Functions | |
Exc_dispatch (R r) | |
Make an exception handling dispatcher. | |
l4_msgtag_t | operator() (l4_msgtag_t tag, l4_umword_t obj, l4_utcb_t *utcb) |
Dispatch the call via Direct_dispatch<R>() and handle exceptions. | |
Dispatch helper wrapping try {} catch {} around the dispatch call.
R | Data type of the registry used for dispatching to objects. |
Exc | Data type of the exceptions that shall be caught. This data type must provide a member err_no() that returns the negative integer (int) error code for the exception. |
This dispatcher wraps Direct_dispatch<R> with a try-catch (Exc).
Definition at line 144 of file ipc_server_loop.