tesseract v5.3.3.20231005
lsterr.h File Reference
#include "errcode.h"

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Functions

constexpr ERRCODE tesseract::NO_LIST ("Iterator not set to a list")
 
constexpr ERRCODE tesseract::NULL_DATA ("List would have returned a nullptr data pointer")
 
constexpr ERRCODE tesseract::NULL_CURRENT ("List current position is nullptr")
 
constexpr ERRCODE tesseract::NULL_NEXT ("Next element on the list is nullptr")
 
constexpr ERRCODE tesseract::NULL_PREV ("Previous element on the list is nullptr")
 
constexpr ERRCODE tesseract::EMPTY_LIST ("List is empty")
 
constexpr ERRCODE tesseract::BAD_PARAMETER ("List parameter error")
 
constexpr ERRCODE tesseract::STILL_LINKED ("Attempting to add an element with non nullptr links, to a list")