ddt 1.1.0
Loading...
Searching...
No Matches
imageError.hpp
Go to the documentation of this file.
1
20#ifndef IMAGEERROR_HPP_
21#define IMAGEERROR_HPP_
22
23#include <sys/stat.h>
24
25#include <algorithm>
26#include <cctype>
27
28#include "cpl.h"
29
30// namespace ddt {
31
41cpl_error_code GetLastCplErrorCode();
42
47const char* GetCplErrorMessage();
48
54const char* GetCplErrorWhere();
55
56//} // namespace ddt
57
58#endif /* IMAGEERROR_HPP_ */
59
const char * GetCplErrorMessage()
Definition: imageError.cpp:39
cpl_error_code GetLastCplErrorCode()
Definition: imageError.cpp:33
const char * GetCplErrorWhere()
Definition: imageError.cpp:46