template<class T> void CPHList<T> Add

(const T& aItem)

Adds a new element to the list.

Documentation

Adds a new element to the list. The element is always added to the beginning of the list.

Parameters:
aItem - The item to be added.
Returns:
none

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.