cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
Loading...
Searching...
No Matches
Term::Exception Member List

This is the complete list of members for Term::Exception, including all inherited members.

build_what() const noexceptTerm::Exceptionprotectedvirtual
code() const noexceptTerm::Exception
context() const noexceptTerm::Exception
Exception(const std::string &message) noexceptTerm::Exceptionexplicit
Exception(const std::int64_t &code, const std::string &message) noexceptTerm::Exception
Exception(const Exception &)=defaultTerm::Exception
Exception(Exception &&)=defaultTerm::Exception
Exception(const std::int64_t &code) noexceptTerm::Exceptionexplicitprotected
m_codeTerm::Exceptionprivate
m_contextTerm::Exceptionprivate
m_maxSizeTerm::Exceptionprotectedstatic
m_messageTerm::Exceptionprivate
m_whatTerm::Exceptionmutableprivate
message() const noexceptTerm::Exception
operator=(Exception &&)=defaultTerm::Exception
operator=(const Exception &)=defaultTerm::Exception
setContext(const std::string &context) noexceptTerm::Exceptionprotected
setMessage(const std::string &message) noexceptTerm::Exceptionprotected
setWhat(const std::string &what) const noexceptTerm::Exceptionprotected
what() const noexcept overrideTerm::Exception
~Exception() noexcept override=defaultTerm::Exception