Doubly Linked Lists

Doubly linked lists.

o class GPosition: protected GCont
Generic iterator class.
o template<class TYPE, class TI> class GListTemplate: protected GListImpl<TI>
Common base class for all 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

Alphabetic index Hierarchy of classes


DjVu is a trademark of LizardTech, Inc.
All other products mentioned are registered trademarks or trademarks of their respective companies.