Mission Base

Program Base Library Functions

int pblSetIsTreeSet

( void* object )

Tests if the object is a tree set.

Documentation

Tests if the object is a tree set.

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

Parameters:
object - The object to test
Returns:
int rc != 0: This object is a tree set.
int rc == 0: This object is not a tree set.

Alphabetic index



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