Error handler that throw an exception instead of exiting the program. More...
#include <jpeg.hpp>
Public Attributes | |
struct jpeg_error_mgr | pub |
"public" fields, needed by the jpeg library. | |
jmp_buf | setjmp_buffer |
For return to caller. | |
std::string | error_string |
A comprehensive description of the error. | |
Error handler that throw an exception instead of exiting the program.
To be used only in the jpeg::reader and jpeg::writer class.
std::string claw::graphic::jpeg::error_manager::error_string |
struct jpeg_error_mgr claw::graphic::jpeg::error_manager::pub |
jmp_buf claw::graphic::jpeg::error_manager::setjmp_buffer |