FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
FMTcplhandler.h
Go to the documentation of this file.
1/*
2Copyright (c) 2019 Gouvernement du Québec
3
4SPDX-License-Identifier: LiLiQ-R-1.1
5License-Filename: LICENSES/EN/LiLiQ-R11unicode.txt
6*/
7
8#ifndef FMTcplhandler_Hm_included
9#define FMTcplhandler_Hm_included
10
11#if defined FMTWITHGDAL
12 #include "cpl_error.h"
13#endif
14
15namespace Exception
16{
17 // DocString: FMTCPLErrorHandler
24 #if defined FMTWITHGDAL
25 void CPL_STDCALL FMTCPLErrorHandler(CPLErr eErrClass, CPLErrorNum nError, const char * pszErrorMsg);
26 #endif
27}
28#endif
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.