Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

DpListItemPtr(Type) Class Reference

non-public list item object used by class "DpList". More...

#include <DpListItemPtr_Type.h>

List of all members.


Detailed Description

non-public list item object used by class "DpList".

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".


Friends And Related Function Documentation

class DpList(Type,Itemtype) [friend]
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.