Mission Base

Program Base Library Functions

int pblIteratorSize

( PblIterator* iterator )

Returns the number of elements in the underlying collection of the iterator.

Documentation

Returns the number of elements in the underlying collection of the iterator.

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

Parameters:
iterator - The iterator to use
Returns:
int rc: The number of elements in the collection.

Alphabetic index



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