13#error This is a C++ include file and cannot be used from plain C
91 cpl_errorstate m_cpl_error_state;
This class handle the errors produced by the calling of image processing routines.
Definition error.hpp:35
virtual ~Error()
Class destructor.
Definition error.cpp:30
void ResetCplError()
Reset CPL error and internal error flag.
Definition error.cpp:37
std::string GetErrorMsg() const
Get CPL error message.
Definition error.cpp:53
bool CheckCplError() const
Check if there is an error in CPL.
Definition error.cpp:43
Error()
Class constructor.
Definition error.cpp:23