|
libzypp
15.22.2
|
Classes | |
| struct | CodeLocation |
| Keep FILE, FUNCTION and LINE. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &str, const CodeLocation &obj) |
| template<class TExcpt > | |
| void | do_ZYPP_THROW (const TExcpt &excpt_r, const CodeLocation &where_r) __attribute__((noreturn)) |
| Helper for ZYPP_THROW macros. More... | |
| template<class TExcpt > | |
| void | do_ZYPP_CAUGHT (const TExcpt &excpt_r, const CodeLocation &where_r) |
| Helper for ZYPP_THROW macros. More... | |
| template<class TExcpt > | |
| void | do_ZYPP_RETHROW (const TExcpt &excpt_r, const CodeLocation &where_r) __attribute__((noreturn)) |
| Helper for ZYPP_THROW macros. More... | |
|
related |
Definition at line 38 of file Exception.cc.
| void zypp::exception_detail::do_ZYPP_THROW | ( | const TExcpt & | excpt_r, |
| const CodeLocation & | where_r | ||
| ) |
Helper for ZYPP_THROW macros.
Definition at line 288 of file Exception.h.
| void zypp::exception_detail::do_ZYPP_CAUGHT | ( | const TExcpt & | excpt_r, |
| const CodeLocation & | where_r | ||
| ) |
Helper for ZYPP_THROW macros.
Definition at line 297 of file Exception.h.
| void zypp::exception_detail::do_ZYPP_RETHROW | ( | const TExcpt & | excpt_r, |
| const CodeLocation & | where_r | ||
| ) |
Helper for ZYPP_THROW macros.
Definition at line 306 of file Exception.h.