Documentation code and object released under LGPL licence.
Copyright (C) 2005 by Henrique Abdalla <teike@users.sourceforge.net>
Website created with Website Template Control.

Menu
(plain HTML)
Menu
(powered by javascript)

SubProject: VectorPointer (Linked List Manager)

Depends on CallStack, Number, String and Advanced Debug libraries.

A library to easly work with vectors of different or equal types of objects.

Objects can have different types (int, float, cString, cNumber...) in the same Linked List, can be different classes, and none need to have Linked List control variable members like 'm_pLLONext' for example, as a pointer to each object will be stored at the linked list object.

This LL manager allow, beyond other funcionalities, to add objects at any point of the LL like in the middle, also remove them in the same way.

I will add a code example here later...