|
tesseract v5.3.3.20231005
|
Go to the source code of this file.
Classes | |
| class | file |
Namespaces | |
| namespace | tesseract |
Macros | |
| #define | CHECK(condition) |
| #define | CHECK_EQ(test, value) CHECK((test) == (value)) |
| #define | CHECK_GE(test, value) CHECK((test) >= (value)) |
| #define | CHECK_GT(test, value) CHECK((test) > (value)) |
| #define | CHECK_LT(test, value) CHECK((test) < (value)) |
| #define | CHECK_LE(test, value) CHECK((test) <= (value)) |
| #define | CHECK_OK(test) CHECK(test) |
| #define CHECK | ( | condition | ) |
Definition at line 76 of file include_gunit.h.
Definition at line 79 of file include_gunit.h.
Definition at line 80 of file include_gunit.h.
Definition at line 81 of file include_gunit.h.
Definition at line 83 of file include_gunit.h.
Definition at line 82 of file include_gunit.h.
| #define CHECK_OK | ( | test | ) | CHECK(test) |
Definition at line 84 of file include_gunit.h.