List items used for lists of names (strings).
#include <AlNameItem.h>
class AlNameItem : public AlLinkItem
AlNameItem( const char * );
virtual ~AlNameItem();
const char* name() const;
AlNameItem* nextItem() const;
AlNameItem* prevItem() const;
This class is derived from the AlLinkItem class, and is used to maintain one element of a list of names.