Mission Base

Program Base Library Functions

int pblListSize

( PblList* list )

Returns the number of elements in this list.

Documentation

Returns the number of elements in this list.

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

Parameters:
list - The list to use
Returns:
int rc: The number of elements in this list.

Alphabetic index



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