8#ifndef FMTcplhandler_Hm_included
9#define FMTcplhandler_Hm_included
11#if defined FMTWITHGDAL
12 #include "cpl_error.h"
24 #if defined FMTWITHGDAL
25 void CPL_STDCALL
FMTCPLErrorHandler(CPLErr eErrClass, CPLErrorNum nError,
const char * pszErrorMsg);
Namespace for exceptions and exceptions handling (warnings and errors) thrown by FMT and all exceptio...
Definition: FMTAggregateRedefinition.h:11
void CPL_STDCALL FMTCPLErrorHandler(CPLErr eErrClass, CPLErrorNum nError, const char *pszErrorMsg)
Callback used in GDAL for handling GDAL errors.