|
Util--
1.1
|
#include <utilmm/system/system.hh>


Public Member Functions | |
| unix_error (std::string const &desc, int error) | |
| unix_error (std::string const &desc) | |
| unix_error (int error) | |
| unix_error () | |
| ~unix_error () throw () | |
| int | error () const |
| char const * | what () const throw () |
Exception raised when a standard C call returns an error. It is based on the errno error report mechanism.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
| utilmm::unix_error::~unix_error | ( | ) | ||
| throw | ( | |||
| ) | ||||
| int utilmm::unix_error::error | ( | ) | const |
| char const* utilmm::unix_error::what | ( | ) | const | |
| throw | ( | |||
| ) | ||||
1.8.13