TVecIntList Class

Header: Dew.Math/MtxVecInt.h · Cross-compiler
tObjecttListtObjectListTVecIntList

class TVecIntList : public tObjectList;

List of TVecInt objects.

List of TVecInt objects. The list manages the object list. The TVec objects are created and destroyed by the list. List size can be controled with the Count property.

Destructors

NameDescription
~TVecIntList

Properties

NameTypeDescription
Countint

Methods

NameDescription
Add (2)Creates and adds a new TVecInt object to the list.
AssignAssigns the source to the calling object.
GetItems
Item
LoadFromStreamLoad the list from a stream.
SaveToStreamSave the list to a stream.
SetFullRange
SetItems

Operators

NameDescription
operator[]