ddt 1.2.1
|
Image error handling function declaration. This file is part of the DDT Image Handling Library and provides error handling functions for the CPL library. More...
#include <sys/stat.h>
#include <algorithm>
#include <cctype>
#include "cpl.h"
Go to the source code of this file.
Functions | |
cpl_error_code | GetLastCplErrorCode () |
const char * | GetCplErrorMessage () |
const char * | GetCplErrorWhere () |
Image error handling function declaration. This file is part of the DDT Image Handling Library and provides error handling functions for the CPL library.
const char * GetCplErrorMessage | ( | ) |
Get last CPL error as text message
const char * GetCplErrorWhere | ( | ) |
Get function name, source file and line number of last CPL error
cpl_error_code GetLastCplErrorCode | ( | ) |
This file is part of the DDT Image Handling Library and provides error handling functions for the CPL library. Get last CPL error code