|
tesseract v5.3.3.20231005
|
#include <tesseract/export.h>Go to the source code of this file.
Classes | |
| class | tesseract::ERRCODE |
Namespaces | |
| namespace | tesseract |
Macros | |
| #define | __attribute__(attr) |
| #define | DO_NOTHING static_cast<void>(0) |
| #define | ASSERT_HOST(x) (x) ? DO_NOTHING : ASSERT_FAILED.error(#x, ABORT, "in file %s, line %d", __FILE__, __LINE__) |
| #define | ASSERT_HOST_MSG(x, ...) |
Enumerations | |
| enum | tesseract::TessErrorLogCode { tesseract::DBG = -1 , tesseract::TESSLOG = 0 , tesseract::TESSEXIT = 1 , tesseract::ABORT = 2 } |
Functions | |
| constexpr ERRCODE | tesseract::ASSERT_FAILED ("Assert failed") |