VIPER REFERENCE MANUAL
iflDictionary ( | int size=0, int caseSensitive=TRUE); |
int insert ( | iflName* elem); |
iflName* find ( | const char* s, int insertIfNeeded=FALSE); |
void clear ( | ); |
void clearStats ( | ); |
iflHashElem* find ( | unsigned int index, const void* key); |
float getFullFraction ( | ) const; |
int getNumEntries ( | ) const; |
int insert ( | iflHashElem* elem); |
iflHashElem* next ( | int& index); |
int remove ( | iflHashElem* elem); |
void setFullFraction ( | const float fraction); |
virtual int match ( | const void* key, const iflHashElem* elem); |
iflDictionary ( | int size=0, int caseSensitive=TRUE); |
iflName* find ( | const char* s, int insertIfNeeded=FALSE); |
int insert ( | iflName* elem); |