Mission Base

Program Base Library Functions

int pblSetStringHashValue

( const void* string )

Creates a hash value of a '\0' terminated string.

Documentation

Creates a hash value of a '\0' terminated string.

Can be used as hash value function for lists in case '\0' terminated strings are inserted into the set.

Parameters:
string - The '\0' terminated string to calculate the hash value for
Returns:
int rc: The hash value of string that was passed.

Alphabetic index



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