TVecIntList::Add Method

Overload List

#SignatureDescription
1virtual int Add();Creates and adds a new TVecInt object to the list.
2virtual int Add(TVecInt *Src);Creates and adds a new TVecInt object to the list.

Overload 1: virtual int Add();

Creates and adds a new TVecInt object to the list.

Remarks:

The function returns the Index at which the newly created object resides in the list.

Declared in Dew::Math::TVecIntList · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 2: virtual int Add(TVecInt *Src);

Creates and adds a new TVecInt object to the list.

#NameTypeDescription
1SrcTVecInt *
Remarks:

The function returns the Index at which the object resides in the list. The object will not be owned (freed by the List), when the list is destroyed if Owned parameter remains false.

Declared in Dew::Math::TVecIntList · Dew.Math/MtxVecInt.h · Cross-compiler