Doubly linked lists.
The template classes GList and GPList implement a doubly linked list of objects of arbitrary types. Member functions are provided to search the list for an element, to insert or delete elements at specified positions. Theses template class must be able to access
- a default constructor TYPE::TYPE(),
- a copy constructor TYPE::TYPE(const TYPE &),
- optionally a destructor TYPE::~TYPE(),
- and optionally a comparison operator TYPE::operator==(const TYPE &).
Alphabetic index Hierarchy of classes