CL_List::operator[]
Syntax
TYPE*
operator[]
(int number);
Parameters
number
-
Position of item to return.
Return value
Item if found, NULL otherwise.
Description
Returns the item at the specified position.
Back to index
This page was built using the Perceps documentation system.