Mission Base

Program Base Library Functions

int pblListIsArrayList

( void* object )

Tests if the object is an array list.

Documentation

Tests if the object is an array list.

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

Parameters:
object - The object to test
Returns:
int rc != 0: This object is an array list.
int rc == 0: This object is not an array list.

Alphabetic index



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