Mission Base

Program Base Library Functions

int pblListGetCapacity

( PblList* list )

Returns the capacity of this list instance.

Documentation

Returns the capacity of this list instance.

For linked lists this call returns the list's size.

For array lists it returns the list's capacity.

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

Parameters:
list - The list to use
Returns:
int rc: The capacity of this list instance.

Alphabetic index



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