VIPER REFERENCE MANUAL
iflHashTable ( | int maxEntries=0); |
virtual ~iflHashTable ( | ); |
void clear ( | ); |
int insert ( | iflHashElem* elem); |
int remove ( | iflHashElem* elem); |
iflHashElem* find ( | unsigned int index, const void* key); |
iflHashElem* next ( | int& index); |
int getNumEntries ( | ) const; |
float getFullFraction ( | ) const; |
void setFullFraction ( | const float fraction); |
void clearStats ( | ); |
virtual int match ( | const void* key, const iflHashElem* elem); |
iflHashTable ( | int maxEntries=0); |
virtual ~iflHashTable ( | ); |
void clear ( | ); |
void clearStats ( | ); |
iflHashElem* find ( | unsigned int index, const void* key); |
float getFullFraction ( | ) const; |
int getNumEntries ( | ) const; |
int insert ( | iflHashElem* elem); |
virtual int match ( | const void* key, const iflHashElem* elem); |
iflHashElem* next ( | int& index); |
int remove ( | iflHashElem* elem); |
void setFullFraction ( | const float fraction); |