Diffpack Documentation


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

DpListItemInst(Type) Class Reference

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

#include <DpListItemInst_Type.h>

List of all members.


Detailed Description

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

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.


Friends And Related Function Documentation

class DpList(Type,Itemtype) [friend]
 

class StringList [friend]
 


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