CL_Iterator(CL_List<TYPE> &_list) CL_Iterator(CL_List<TYPE> &_list) TYPE *first() TYPE *last() TYPE *prev() TYPE *next() void remove() TYPE* operator()()
None
Back to index