Mission Base

Program Base Library Functions

void pblListClear

( PblList* list )

Removes all of the elements from this list.

Documentation

Removes all of the elements from this list.

Note: No memory of the elements themselves is freed.

This method has a time complexity of O(N), with N being the number of elements in the list.

Parameters:
list - The list to clear
Returns:
void

Alphabetic index



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