CSimpleArray Members

Methods

~CSimpleArray

The destructor for the simple array.

Add

Adds a new element to the array.

CSimpleArray

The constructor for the simple array.

Find

Finds an element in the array.

GetData

Returns a pointer to the data stored in the array.

GetSize

Returns the number of elements stored in the array.

Remove

Removes a given element from the array.

RemoveAll

Removes all elements from the array.

RemoveAt

Removes the specified element from the array.

SetAtIndex

Sets the specified element in the array.

Operators

operator []

Retrieves an element from the array.

operator =

Assignment operator.

See Also

Reference

CSimpleArray Class