Index

DKAttrDefIP

Purpose:

Each entity definition in an ImagePlus for OS/390 datastore definition will have one or more attributes.

The ability to create and delete attributes is not supported for ImagePlus for OS/390.

Class summary:

class DKAttrDefIP : public dkAttrDef
{
  public:
   DKAttrDefIP(dkDatastore *ds);
   DKAttrDefIP(const DKAttrDefIP& def);
 
   virtual ~DKAttrDefIP();
 
};

Members:

Constructors and destructor
The constructors construct and initialize an attribute for an ImagePlus for OS/390 entity definition.
   DKAttrDefIP(dkDatastore *ds);
   DKAttrDefIP(const DKAttrDefIP& def);
 
   virtual ~DKAttrDefIP();
 

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