RexxHashTable.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tabentry
 
class  RexxHashTable
 

Typedefs

typedef size_t HashLink
 
typedef struct tabentry TABENTRY
 

Functions

RexxTablenew_hashCollection (size_t s, size_t s2, size_t t)
 
RexxHashTablenew_hashtab (size_t s)
 

Typedef Documentation

◆ HashLink

typedef size_t HashLink

Definition at line 49 of file RexxHashTable.hpp.

◆ TABENTRY

typedef struct tabentry TABENTRY

Function Documentation

◆ new_hashCollection()

RexxTable* new_hashCollection ( size_t  s,
size_t  s2,
size_t  t 
)
inline

◆ new_hashtab()

RexxHashTable* new_hashtab ( size_t  s)
inline