Mount Fuji Engine  0.8b
T* Find ( const char *  pHashBuffer,
int  len = -1 
)

Gets an item in the list by hash value.

Parameters
pHashBufferBuffer to be hashed.
lenLength of the buffer. If len is set to -1, pHashBuffer is treated as a string and len is determined by the terminating NULL character.
Returns
A pointer to the item, or NULL if it was not found in the list.