|
CreateElement
Creates a new element of the list.
CObject* CreateElement() |
Return Value
Pointer to the newly created element - successful, NULL - cannot create an element.
Note
Method CreateElement () in the CList class always returns NULL and does not perform any actions. If necessary, method CreateElement () should be implemented in a derived class.
Example:
//--- example for CList::CreateElement(int)
|