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.