CSet Class
The CSet class manages a list of objects. This is different from the indexed list managed by the CArray class.
| 
 Construction  | 
 Object = CSet:new()  | 
| 
 Destruction  | 
 Object:delete()  | 
There are no data members.
| 
 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.  |