|
Img2Num C
API Documentation
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | img2num_error_t { IMG2NUM_OK = 0 , IMG2NUM_ERROR_BAD_ALLOC = 1 , IMG2NUM_ERROR_INVALID_ARGUMENT = 2 , IMG2NUM_ERROR_RUNTIME = 3 , IMG2NUM_ERROR_UNKNOWN = 4 } |
Functions | |
| img2num_error_t | img2num_get_last_error () |
| const char * | img2num_get_last_error_message () |
| void | img2num_clear_last_error () |
| enum img2num_error_t |
| Enumerator | |
|---|---|
| IMG2NUM_OK | |
| IMG2NUM_ERROR_BAD_ALLOC | |
| IMG2NUM_ERROR_INVALID_ARGUMENT | |
| IMG2NUM_ERROR_RUNTIME | |
| IMG2NUM_ERROR_UNKNOWN | |
Definition at line 9 of file img2num_error_t.h.
| void img2num_clear_last_error | ( | ) |
Definition at line 34 of file img2num_error_t.cpp.
| img2num_error_t img2num_get_last_error | ( | ) |
Definition at line 23 of file img2num_error_t.cpp.
| const char* img2num_get_last_error_message | ( | ) |
Definition at line 28 of file img2num_error_t.cpp.