Base class for objects contained in an AlList.
#include <AlLinkItem.h>
class AlLinkItem
// All methods are protected.
AlLinkItem();
virtual ~AlLinkItem();
AlLinkItem* next( void );
AlLinkItem* prev( void );
void append( AlLinkItem* );
void remove();
This is an abstract base class which classes will derive from so that the objects can be contained in AlList objects. All methods and variables of this class are protected or private.