L4Re - L4 Runtime Environment
|
Error helper. More...
Go to the source code of this file.
Namespaces | |
L4Re | |
L4Re C++ Interfaces. | |
Functions | |
long | L4Re::chksys (long err, char const *extra="", long ret=0) |
Generate C++ exception on error. More... | |
long | L4Re::chksys (l4_msgtag_t const &t, char const *extra="", l4_utcb_t *utcb=l4_utcb(), long ret=0) |
Generate C++ exception on error. More... | |
long | L4Re::chksys (l4_msgtag_t const &t, l4_utcb_t *utcb, char const *extra="") |
Generate C++ exception on error. More... | |
template<typename T > | |
T | L4Re::chkcap (T &&cap, char const *extra="", long err=-L4_ENOMEM) |
Check for valid capability or raise C++ exception. More... | |
Error helper.
Definition in file error_helper.