tesseract-doxygen/ccutil/lsterr.h File Reference

#include "errcode.h"

Go to the source code of this file.

Defines

#define LSTERR_H

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

Define Documentation

#define LSTERR_H

Variable Documentation

const ERRCODE BAD_PARAMETER = "List parameter error"
const ERRCODE DONT_ASSIGN_LISTS = "Can't assign to lists"
Initial value:
"Can't create a list by assignment"
const ERRCODE EMPTY_LIST = "List is empty"
const ERRCODE NO_LIST = "Iterator not set to a list"
const ERRCODE NULL_CURRENT = "List current position is NULL"
const ERRCODE NULL_DATA = "List would have returned a NULL data pointer"
const ERRCODE NULL_NEXT = "Next element on the list is NULL"
const ERRCODE NULL_OBJECT = "List found this = NULL!"
const ERRCODE NULL_PREV = "Previous element on the list is NULL"
const ERRCODE SERIALISE_LINKS = "Attempted to (de)serialise a link element"
Initial value:
"Attemting to add an element with non NULL links, to a list"
Generated on Sun Jul 18 17:10:50 2010 for Tesseract by  doxygen 1.6.3