Index

DKChildCollection

Purpose:

DKChildCollection is a subclass of sequential collection. The main purpose of this class is for holding a group of DDOs which are children of a a parent DDO. The instance of this class containing child DDOs is used as the data-item value of the parent DDO.

Since: Version 8

Class summary:

class DKEXPORT DKChildCollection: public DKSequentialCollection
{
   public:
     DKChildCollection();
     virtual ~DKChildCollection();
};

Members:

Constructors and destructor
DKChildCollection();
virtual ~DKChildCollection();

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.