IDLitData

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLitData class provides a generic data storage object that can hold data items of any IDL data type. The IDLitData class provides typing and data change notification functionality, and when coupled with the IDLitDataContainer object forms the base element for the construction of composite data types.

The IDLitData class implements the iTools notifier interface, which provides a mechanism by which observers of a data item can be alerted when the state of the information contained in the data object changes.

This class is written in the IDL language. Its source code can be found in the file idlitdata__define.pro in the lib/itools/framework subdirectory of the IDL distribution.

Superclasses

IDLitComponent

Note
See the iTools Object Model Diagram (iTool Developer's Guide) for a visual representation of the iTools object model hierarchy.

Creation

See IDLitData::Init.

Properties

Objects of this class have the following properties. See IDLitData Properties for details on individual properties.

In addition, objects of this class inherit the properties of the superclass.

Methods

This class has the following methods:

In addition, this class inherits the methods of its superclasses.

Examples

See Data Management (iTool Developer's Guide) for examples using this class and its methods.

Version History

6.0

Introduced

6.2

Removed NO_COPY property as it should only be documented as a keyword