Go to the source code of this file.
Macro Definition Documentation
Variable Documentation
const ERRCODE BAD_PARAMETER = "List parameter error" |
const ERRCODE DONT_ASSIGN_LISTS = "Can't assign to lists" |
const ERRCODE DONT_CONSTRUCT_LIST_BY_COPY = "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" |
const ERRCODE STILL_LINKED = "Attemting to add an element with non NULL links, to a list" |