Mount Fuji Engine  0.8b
const T* operator[] ( const char *  pHashString) const

Operator overload for the offset operator to index the hash list by string.

Parameters
pHashStringString to be hashed and look up in the table.
Returns
Pointer to the item. NULL if the item is not found.