A RAII class installing a temporary custom error handler. More...
#include </home/chochlik/devel/oglplus/include/oglplus/error.hpp>
Public Member Functions | |
LocalErrorHandler (ErrorHandlerFunc handler) | |
Installs the specified error handler . | |
~LocalErrorHandler (void) | |
Uninstalls the previously installed handler. | |
A RAII class installing a temporary custom error handler.
Available only if the OGLPLUS_CUSTOM_ERROR_HANDLING compile-time switch is set to a nonzero value.