Mission Base

Program Base Library Functions

void pblMapClear

( PblMap* map )

Removes all of the mappings from this map.

Documentation

Removes all of the mappings from this map. The map will be empty after this call returns.

Note: The memory of the entries cleared is freed.

For hash maps this method has a time complexity of O(N). For tree maps this method has a time complexity of O(N * Log N).

Parameters:
map - The map to clear
Returns:
void

Alphabetic index



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