Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

JSHashTable Struct Reference

#include <jshash.h>

List of all members.

Public Attributes

JSHashEntry ** buckets
uint32 nentries
uint32 shift
JSHashFunction keyHash
JSHashComparator keyCompare
JSHashComparator valueCompare
JSHashAllocOpsallocOps
void * allocPriv


Member Data Documentation

JSHashAllocOps* JSHashTable::allocOps
 

void* JSHashTable::allocPriv
 

JSHashEntry** JSHashTable::buckets
 

JSHashComparator JSHashTable::keyCompare
 

JSHashFunction JSHashTable::keyHash
 

uint32 JSHashTable::nentries
 

uint32 JSHashTable::shift
 

JSHashComparator JSHashTable::valueCompare
 


The documentation for this struct was generated from the following file:
   Comments or Suggestions?    License Information