|
ThinSQLite++
A thin, safe and convenient modern C++ wrapper for SQLite API.
|
This is the complete list of members for exception, including all inherited members.
| error() const &noexcept | exception | inline |
| error() &noexcept | exception | inline |
| error() &&noexcept | exception | inline |
| exception(class error &&err) noexcept | exception | inline |
| exception(const class error &err) noexcept | exception | inline |
| exception(int error_code) noexcept | exception | inline |
| exception(int error_code, const database *db) noexcept | exception | inline |
| exception(int error_code, const std::unique_ptr< database > &db) noexcept | exception | inline |
| exception(int error_code, const database &db) noexcept | exception | inline |
| exception(int error_code, error::message_ptr &&message) noexcept | exception | inline |
| std::exception::exception(T... args) | exception | |
| extended_error_code() const noexcept | exception | inline |
| operator=(T... args) | exception | |
| primary_error_code() const noexcept | exception | inline |
| system_error_code() const noexcept | exception | inline |
| what() const noexcept override | exception | |
| std::exception::what(T... args) | exception | |
| ~exception(T... args) | exception |