ddt  1.0.0
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 
41 cpl_error_code GetLastCplErrorCode();
42 
47 const char* GetCplErrorMessage();
48 
54 const char* GetCplErrorWhere();
55 
56 //} // namespace ddt
57 
58 #endif /* IMAGEERROR_HPP_ */
59 
const char * GetCplErrorWhere()
Definition: imageError.cpp:46
const char * GetCplErrorMessage()
Definition: imageError.cpp:39
cpl_error_code GetLastCplErrorCode()
Definition: imageError.cpp:33