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

Adds an item to the list.

Parameters
pItemPointer to an item to be added to the list.
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
The pointer passed by pItem.