CppCommon
1.0.4.1
C++ Common Library
|
This is the complete list of members for CppCommon::SecurityException, including all inherited members.
_cache | CppCommon::Exception | mutableprotected |
_location | CppCommon::Exception | protected |
_message | CppCommon::Exception | protected |
Exception(const std::string &message="") | CppCommon::SecurityException | inlineexplicit |
Exception(const Exception &)=default | CppCommon::SecurityException | |
Exception(Exception &&)=default | CppCommon::SecurityException | |
CppCommon::Exception::Exception(const std::string &message="") | CppCommon::Exception | inlineexplicit |
CppCommon::Exception::Exception(const Exception &)=default | CppCommon::Exception | |
CppCommon::Exception::Exception(Exception &&)=default | CppCommon::Exception | |
location() const noexcept | CppCommon::Exception | inline |
message() const noexcept | CppCommon::Exception | inline |
operator=(const Exception &)=default | CppCommon::Exception | |
operator=(Exception &&)=default | CppCommon::Exception | |
string() const | CppCommon::Exception | virtual |
what() const noexcept override | CppCommon::Exception | |
~Exception()=default | CppCommon::Exception | virtual |