CSet Class Description
The CSet class manages a collection of objects. This is different from the indexed list ("array") managed by the CArray class.
Construction |
Object = new_set() Object = CSet:new() |
Destruction |
Object:delete() |
This function is normally used to create a new CSet object as an alternative to the class-based new method.
Creates a new instance of the CSet class. |
Creates a new instance of the CSet class |
|
Deletes the instance of the CSet object. |
Copies this CSet to a new CSet |
|
Appends the end of the list with a new member. |
|
Returns the number of members actually initialized. |
|
Returns the member at an index. |
|
Returns the index of a set member. |
|
Inserts a new member into the list. |
|
Removes the member at an index. |
|
Removes the member at the head of the list. |
|
Removes the member at the tail of the list. |
|
Removes the member by matching its value. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.