hash_entry
hash_entry* entry = fNodes.Lookup(&key);
struct hash_entry* entry = new(std::nothrow) hash_entry;
hash_entry* hash_link;
hash_entry* entry = fNodes.Lookup(&key);
typedef hash_entry ValueType;