ddt 1.4.0
 
Loading...
Searching...
No Matches
imageError.hpp
Go to the documentation of this file.
1
10
11#ifndef IMAGEERROR_HPP_
12#define IMAGEERROR_HPP_
13
14#include <sys/stat.h>
15
16#include <algorithm>
17#include <cctype>
18
19#include "cpl.h"
20
21// namespace ddt {
22
27
32cpl_error_code GetLastCplErrorCode();
33
38const char* GetCplErrorMessage();
39
45const char* GetCplErrorWhere();
46
47//} // namespace ddt
48
49#endif /* IMAGEERROR_HPP_ */
const char * GetCplErrorMessage()
Definition imageError.cpp:30
cpl_error_code GetLastCplErrorCode()
Definition imageError.cpp:24
const char * GetCplErrorWhere()
Definition imageError.cpp:37