Vector::Tag Property

__declspec(property(get = GetTag, put = SetTag)) int Tag;

Stores an integer value as a part of the object.

Read: int GetTag() const;
Write: void SetTag(const int value) const;
Remarks:

Tag has no predefined meaning. The Tag property is provided for the convenience of developers. It can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a component reference or even a pointer.

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler