cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
|
This is the complete list of members for Term::Private::WindowsException, including all inherited members.
build_what() const noexcept final | Term::Private::WindowsException | privatevirtual |
code() const noexcept | Term::Exception | |
context() const noexcept | Term::Exception | |
Exception(const std::string &message) noexcept | Term::Exception | explicit |
Exception(const std::int64_t &code, const std::string &message) noexcept | Term::Exception | |
Exception(const Exception &)=default | Term::Exception | |
Exception(Exception &&)=default | Term::Exception | |
Exception(const std::int64_t &code) noexcept | Term::Exception | explicitprotected |
m_code | Term::Exception | private |
m_context | Term::Exception | private |
m_maxSize | Term::Exception | protectedstatic |
m_message | Term::Exception | private |
m_what | Term::Exception | mutableprivate |
message() const noexcept | Term::Exception | |
operator=(Exception &&)=default | Term::Exception | |
operator=(const Exception &)=default | Term::Exception | |
setContext(const std::string &context) noexcept | Term::Exception | protected |
setMessage(const std::string &message) noexcept | Term::Exception | protected |
setWhat(const std::string &what) const noexcept | Term::Exception | protected |
what() const noexcept override | Term::Exception | |
WindowsException(const std::int64_t &error, const std::string &context=std::string()) | Term::Private::WindowsException | |
~Exception() noexcept override=default | Term::Exception | |
~WindowsException() override=default | Term::Private::WindowsException |