#include <DpListItemPtr_Type.h>
NAME: DpListItemPtr - non-public list item object used by class "DpList"
DESCRIPTION:
Each object in a list is represented in terms of a list item object. This is a standard construction of lists, see, for example, Lippman''s C++ Primer.
Class "DpListItemPtr" has no interest outside the private parts of class "DpList". When the list item is deleted, no removal of the object being pointed to, takes place. If it is desired to clean up memory when list items are deleted, use "DpListItemHandle" or "DpListItemInst".
|
|
|