TSet

Abstract base class for collections of TElement that does not contain duplicates.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TCollection<TElement>Abstract base class for collections that store elements of type TElement
4TSet

Source

Collection.Set_.pas (29)

Methods

ScopeVisibilityResultNameDescription
InstancepublicAddClosure(Generator: TGenerator<TSet<TElement>>) Iteratively adds elements generated from current elements using Generator until no new elements have been generated. The resulting set is called a closed set.