FMT 0.9.8
Forest management tools for forest planning
Loading...
Searching...
No Matches
FMTcplhandler.hpp
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_H_INCLUDED
9#define FMTcplhandler_H_INCLUDED
10
11#if defined FMTWITHGDAL
12 #include "cpl_error.h"
13#endif
14
15namespace Exception
16{
17 // DocString: FMTCPLErrorHandler
21 #if defined FMTWITHGDAL
22 void CPL_STDCALL FMTCPLErrorHandler(CPLErr eErrClass, CPLErrorNum nError, const char * pszErrorMsg);
23 #endif
24}
25#endif
Namespace for exceptions and exceptions handling (warnings and errors) thrown by FMT and all exceptio...
Definition: FMTcplhandler.hpp:16
void CPL_STDCALL FMTCPLErrorHandler(CPLErr eErrClass, CPLErrorNum nError, const char *pszErrorMsg)