template<class T> void CPHList<T> Erase

(CPHIterator<T>& aItem)

Erases an element.

Documentation

Erases an element pointed by the given iterator. The iterator itself is invalidated so that it points to NULL. Note that the element is also destroyed unlike in the STL list!

Parameters:
aItem - Iterator pointing to the element to be deleted.
Returns:
none

Alphabetic index HTML hierarchy of classes or Java



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