tesseract  4.00.00dev
lsterr.h File Reference
#include "errcode.h"

Go to the source code of this file.

Variables

const ERRCODE DONT_CONSTRUCT_LIST_BY_COPY
 
const ERRCODE DONT_ASSIGN_LISTS = "Can't assign to lists"
 
const ERRCODE SERIALISE_LINKS = "Attempted to (de)serialise a link element"
 
const ERRCODE NO_LIST = "Iterator not set to a list"
 
const ERRCODE NULL_OBJECT = "List found this = NULL!"
 
const ERRCODE NULL_DATA = "List would have returned a NULL data pointer"
 
const ERRCODE NULL_CURRENT = "List current position is NULL"
 
const ERRCODE NULL_NEXT = "Next element on the list is NULL"
 
const ERRCODE NULL_PREV = "Previous element on the list is NULL"
 
const ERRCODE EMPTY_LIST = "List is empty"
 
const ERRCODE BAD_PARAMETER = "List parameter error"
 
const ERRCODE STILL_LINKED
 

Variable Documentation

◆ BAD_PARAMETER

const ERRCODE BAD_PARAMETER = "List parameter error"

Definition at line 39 of file lsterr.h.

◆ DONT_ASSIGN_LISTS

const ERRCODE DONT_ASSIGN_LISTS = "Can't assign to lists"

Definition at line 27 of file lsterr.h.

◆ DONT_CONSTRUCT_LIST_BY_COPY

const ERRCODE DONT_CONSTRUCT_LIST_BY_COPY
Initial value:
=
"Can't create a list by assignment"

Definition at line 25 of file lsterr.h.

◆ EMPTY_LIST

const ERRCODE EMPTY_LIST = "List is empty"

Definition at line 38 of file lsterr.h.

◆ NO_LIST

const ERRCODE NO_LIST = "Iterator not set to a list"

Definition at line 32 of file lsterr.h.

◆ NULL_CURRENT

const ERRCODE NULL_CURRENT = "List current position is NULL"

Definition at line 35 of file lsterr.h.

◆ NULL_DATA

const ERRCODE NULL_DATA = "List would have returned a NULL data pointer"

Definition at line 34 of file lsterr.h.

◆ NULL_NEXT

const ERRCODE NULL_NEXT = "Next element on the list is NULL"

Definition at line 36 of file lsterr.h.

◆ NULL_OBJECT

const ERRCODE NULL_OBJECT = "List found this = NULL!"

Definition at line 33 of file lsterr.h.

◆ NULL_PREV

const ERRCODE NULL_PREV = "Previous element on the list is NULL"

Definition at line 37 of file lsterr.h.

◆ SERIALISE_LINKS

const ERRCODE SERIALISE_LINKS = "Attempted to (de)serialise a link element"

Definition at line 28 of file lsterr.h.

◆ STILL_LINKED

const ERRCODE STILL_LINKED
Initial value:
=
"Attempting to add an element with non NULL links, to a list"

Definition at line 40 of file lsterr.h.