Mission Base

Program Base Library Functions

void pblIteratorFree

( PblIterator* iterator )

Frees the memory used by the iterator.

Documentation

Frees the memory used by the iterator.

This method has a time complexity of O(1).

Must be called once the iterator is no longer needed.

Parameters:
iterator - The iterator to free

Alphabetic index



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