|
Add
Adds an element to the end of the array.
bool Add(
|
Parameters
element
[in] value of the element to add to the array.
Return Value
true - successful, false - cannot add an element.
Note
Element is not added to the array if an invalid pointer (such as NULL) is passed as a parameter.
Example:
//--- example for CArrayObj::Add(CObject*)
|