Mission Base

Program Base Library Functions

int pblCollectionElementCompare

( PblCollection* collection,
  void* left, void* right )

Compare two elements of a collection.

Documentation

Compare two elements of a collection.

Parameters:
collection - The collection to compare the elements for
Returns:
int rc < 0: left is smaller than right
int rc == 0: left and right are equal
int rc > 0: left is greater than right

Alphabetic index



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