#include <DpListItemInst_Type.h>
NAME: DpListItemInst - 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 "DpListItemInst" has no interest outside the private parts of class "DpList". Note that this list item takes a copy of the objects that are appended to class "DpList". When the list item is deleted, the copy is deleted, but the original object that was appended to the list, is untouched.
|
|
|
|
|
|