#include <cpp-terminal/private/exception.hpp>
Definition at line 24 of file exception.hpp.
◆ WindowsError() [1/3]
Term::Private::WindowsError::WindowsError |
( |
const WindowsError & | | ) |
|
|
default |
◆ WindowsError() [2/3]
Term::Private::WindowsError::WindowsError |
( |
WindowsError && | | ) |
|
|
default |
◆ WindowsError() [3/3]
Term::Private::WindowsError::WindowsError |
( |
| ) |
|
|
defaultnoexcept |
◆ ~WindowsError()
virtual Term::Private::WindowsError::~WindowsError |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ check_if()
Definition at line 75 of file exception.cpp.
76{
77 m_error =
static_cast<std::int64_t
>(GetLastError());
79 return *this;
80}
◆ check_value()
bool Term::Private::WindowsError::check_value |
( |
| ) |
const |
|
noexcept |
◆ error()
std::int64_t Term::Private::WindowsError::error |
( |
| ) |
const |
|
noexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ throw_exception()
void Term::Private::WindowsError::throw_exception |
( |
const std::string & | str = std::string() | ) |
const |
◆ m_check_value
bool Term::Private::WindowsError::m_check_value {false} |
|
private |
◆ m_error
std::int64_t Term::Private::WindowsError::m_error {0} |
|
private |
The documentation for this class was generated from the following files: