Mission Base

Program Base Library Functions

int pblSetDefaultHashValue

( const void* element )

Default hash value function used if no application specific function is specified by the user.

Documentation

Default hash value function used if no application specific function is specified by the user.

This computes the hash value from the value of the pointer given, i.e. it tests for object identity.

Parameters:
element - Element to calculate hash value for
Returns:
int rc: The hash value of the pointer that was passed.

Alphabetic index



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