Module data_object

Structs§

ChildrenIterator
DataObject
DataObject is the base class for data. All data within the data source is described as a tree of data objects. The base class provides support for the hierarchy as the derived classes provide support for different value types.

Type Aliases§

AbstractDataObject
Generic representation of DataObject.