You can use
int indexOf( const T & value, int from = 0 ) const //Find the index of the item
and
T takeAt(int i )//Remove the item from the list.
You can use
int indexOf( const T & value, int from = 0 ) const //Find the index of the item
and
T takeAt(int i )//Remove the item from the list.
Mithin
www.mithin.in
Amanda (10th November 2006)
Bookmarks