tesseract  5.0.0
lsterr.h File Reference
#include "errcode.h"

Go to the source code of this file.

Namespaces

 tesseract
 

Functions

constexpr ERRCODE tesseract::SERIALISE_LINKS ("Attempted to (de)serialise a link element")
 
constexpr ERRCODE tesseract::NO_LIST ("Iterator not set to a list")
 
constexpr ERRCODE tesseract::NULL_OBJECT ("List found this = nullptr!")
 
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")