|
libpsynth 0.2.1
|
#include <throw.hpp>

Public Member Functions | |
| exception_wrapper (const char *where) | |
| exception_wrapper (const exception_wrapper &) | |
| exception_wrapper (exception_wrapper &&) | |
| exception_wrapper & | operator= (const exception_wrapper &) |
| ~exception_wrapper () throw () | |
| const char * | where () const throw () |
| const char * | what () const throw () |
| int | level () const throw () |
| log_stream_adapter & | stream () |
| psynth::base::detail::exception_wrapper< Base, IsPsynth >::exception_wrapper | ( | const char * | where | ) | [inline] |
| psynth::base::detail::exception_wrapper< Base, IsPsynth >::exception_wrapper | ( | const exception_wrapper< Base, IsPsynth > & | ) |
| psynth::base::detail::exception_wrapper< Base, IsPsynth >::exception_wrapper | ( | exception_wrapper< Base, IsPsynth > && | ) |
| psynth::base::detail::exception_wrapper< Base, IsPsynth >::~exception_wrapper | ( | ) | throw () [inline] |
| int psynth::base::detail::exception_wrapper< Base, IsPsynth >::level | ( | ) | const throw () [inline] |
| exception_wrapper& psynth::base::detail::exception_wrapper< Base, IsPsynth >::operator= | ( | const exception_wrapper< Base, IsPsynth > & | ) |
| log_stream_adapter& psynth::base::detail::exception_wrapper< Base, IsPsynth >::stream | ( | ) | [inline] |
| const char* psynth::base::detail::exception_wrapper< Base, IsPsynth >::what | ( | ) | const throw () [inline] |
| const char* psynth::base::detail::exception_wrapper< Base, IsPsynth >::where | ( | ) | const throw () [inline] |
1.7.4